nrf5/bluetooth: Turning off debug logging in bluetooth driver, which does not work well with bluetooth REPL mode.
This commit is contained in:
parent
2f2e67e9bd
commit
49cce723a9
|
@ -36,7 +36,7 @@
|
||||||
#include "ble.h" // sd_ble_uuid_encode
|
#include "ble.h" // sd_ble_uuid_encode
|
||||||
|
|
||||||
|
|
||||||
#define BLE_DRIVER_VERBOSE 1
|
#define BLE_DRIVER_VERBOSE 0
|
||||||
#if BLE_DRIVER_VERBOSE
|
#if BLE_DRIVER_VERBOSE
|
||||||
#define BLE_DRIVER_LOG printf
|
#define BLE_DRIVER_LOG printf
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue