aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/nimble.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/stm32/nimble.c')
-rw-r--r--ports/stm32/nimble.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/stm32/nimble.c b/ports/stm32/nimble.c
index 1f4aa4b2c..0d349585f 100644
--- a/ports/stm32/nimble.c
+++ b/ports/stm32/nimble.c
@@ -72,7 +72,7 @@ void mp_bluetooth_nimble_hci_uart_rx(hal_uart_rx_cb_t rx_cb, void *rx_arg) {
int chr;
while ((chr = mp_bluetooth_hci_uart_readchar()) >= 0) {
- //printf("UART RX: %02x\n", data);
+ // printf("UART RX: %02x\n", data);
rx_cb(rx_arg, chr);
}