summaryrefslogtreecommitdiff
path: root/common/btle_hci_controller.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/btle_hci_controller.c')
-rw-r--r--common/btle_hci_controller.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/btle_hci_controller.c b/common/btle_hci_controller.c
index 806eb7a2fa..72ffe26d63 100644
--- a/common/btle_hci_controller.c
+++ b/common/btle_hci_controller.c
@@ -467,7 +467,7 @@ static int command_ble_hci_cmd(int argc, char **argv)
hci_cmd(hci_buf);
- CPRINTS("hci cmd @%pP", hci_buf);
+ CPRINTS("hci cmd @%p", hci_buf);
return EC_SUCCESS;
}
@@ -507,7 +507,7 @@ static int command_hcitool(int argc, char **argv)
hci_cmd(hci_buf);
- CPRINTS("hci cmd @%pP", hci_buf);
+ CPRINTS("hci cmd @%p", hci_buf);
return EC_SUCCESS;
}
@@ -552,7 +552,7 @@ static int command_ble_hci_acl(int argc, char **argv)
hci_cmd(hci_buf);
- CPRINTS("hci acl @%pP", hci_buf);
+ CPRINTS("hci acl @%p", hci_buf);
return EC_SUCCESS;
}