nrf5/bluetooth: Turn off bluetooth printf logging.

This commit is contained in:
Glenn Ruben Bakke 2017-03-12 23:32:33 +01:00
parent c8127ef337
commit 51c739f64a
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