Skip to content

Commit 3411602

Browse files
committed
extmod/zephyr_ble: Remove debug version banner.
Remove firmware version marker that was polluting test output. Signed-off-by: Andrew Leech <[email protected]>
1 parent 363c9d1 commit 3411602

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

extmod/zephyr_ble/modbluetooth_zephyr.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,9 +297,6 @@ void gap_scan_cb_timeout(struct k_timer *timer_id) {
297297
#endif
298298

299299
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-
303300
DEBUG_printf("mp_bluetooth_init\n");
304301

305302
// Clean up if necessary.

0 commit comments

Comments
 (0)