diff options
author | Damien George <damien@micropython.org> | 2020-06-18 22:20:20 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2020-06-18 22:20:20 +1000 |
commit | 026fda605e03113d6e753290d65fed774418bc53 (patch) | |
tree | 8a8c4c6a8e00e051c49f468ac7d41293f81e5a36 /extmod/btstack/modbluetooth_btstack.c | |
parent | ce02d5e3486ca0665e175e9690be910a06392edf (diff) |
tools/codeformat.py: Include extmod/{btstack,nimble} in code formatting.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'extmod/btstack/modbluetooth_btstack.c')
-rw-r--r-- | extmod/btstack/modbluetooth_btstack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extmod/btstack/modbluetooth_btstack.c b/extmod/btstack/modbluetooth_btstack.c index 31b282575..206bc98f9 100644 --- a/extmod/btstack/modbluetooth_btstack.c +++ b/extmod/btstack/modbluetooth_btstack.c @@ -35,7 +35,7 @@ #include "lib/btstack/src/btstack.h" -#define DEBUG_EVENT_printf(...) //printf(__VA_ARGS__) +#define DEBUG_EVENT_printf(...) // printf(__VA_ARGS__) #ifndef MICROPY_PY_BLUETOOTH_DEFAULT_GAP_NAME #define MICROPY_PY_BLUETOOTH_DEFAULT_GAP_NAME "MPY BTSTACK" |