nrf5/bluetooth: Turn off bluetooth printf logging.
This commit is contained in:
parent
c8127ef337
commit
51c739f64a
|
@ -36,7 +36,7 @@
|
|||
#include "ble.h" // sd_ble_uuid_encode
|
||||
|
||||
|
||||
#define BLE_DRIVER_VERBOSE 1
|
||||
#define BLE_DRIVER_VERBOSE 0
|
||||
#if BLE_DRIVER_VERBOSE
|
||||
#define BLE_DRIVER_LOG printf
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue