8000 Removed debug print and updated nimble · micropython/micropython@62100a2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 62100a2

Browse files 8000
author
Marceau Fillon
committed
Removed debug print and updated nimble
1 parent a050c1b commit 62100a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extmod/nimble/modbluetooth_nimble.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
#define MICROPY_PY_BLUETOOTH_DEFAULT_GAP_NAME "MPY NIMBLE"
5858
#endif
5959

60-
#define DEBUG_printf(...) printf("nimble: " __VA_ARGS__)
60+
#define DEBUG_printf(...) // printf("nimble: " __VA_ARGS__)
6161

6262
#define ERRNO_BLUETOOTH_NOT_ACTIVE MP_ENODEV
6363

lib/mynewt-nimble

Submodule mynewt-nimble updated 351 files

0 commit comments

Comments
 (0)
0