We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 363c9d1 commit 3411602Copy full SHA for 3411602
extmod/zephyr_ble/modbluetooth_zephyr.c
@@ -297,9 +297,6 @@ void gap_scan_cb_timeout(struct k_timer *timer_id) {
297
#endif
298
299
int mp_bluetooth_init(void) {
300
- // Firmware version marker for debugging
301
- mp_printf(&mp_plat_print, "\n=== FIRMWARE VERSION: DEBUG_PTR_v2 ===\n\n");
302
-
303
DEBUG_printf("mp_bluetooth_init\n");
304
305
// Clean up if necessary.
0 commit comments