summaryrefslogtreecommitdiff
path: root/chip/nrf51/bluetooth_le.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/nrf51/bluetooth_le.c')
-rw-r--r--chip/nrf51/bluetooth_le.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/nrf51/bluetooth_le.c b/chip/nrf51/bluetooth_le.c
index f4747cf83e..1c18a8a84f 100644
--- a/chip/nrf51/bluetooth_le.c
+++ b/chip/nrf51/bluetooth_le.c
@@ -513,7 +513,7 @@ static int command_ble_adv_scan(int argc, char **argv)
CPRINTS("ADV Listen");
if (addr_lsbyte != -1)
- CPRINTS("filtered (%x)\n", addr_lsbyte);
+ CPRINTS("filtered (%x)", addr_lsbyte);
for (i = 0; i < packets; i++) {
rv = ble_rx(&rcv_packet, 1000000, 1);