nrf5/bluetooth: Turning off debug logging in bluetooth driver, which does not work well with bluetooth REPL mode.

This commit is contained in:
Glenn Ruben Bakke 2017-03-26 21:06:17 +02:00
parent 2f2e67e9bd
commit 49cce723a9
1 changed files with 1 additions and 1 deletions

View File

@ -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