Bluetooth: nble: Remove enabling debug by default

Enabling BLUETOOTH_DEBUG enables also serial console conflicting with
tester reusing the same UART.

Change-Id: I8058a019e61146ff05cc44ab543cf6ec9ff418ef
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
Andrei Emeltchenko 2016-01-28 17:24:40 +02:00 committed by Anas Nashif
commit e539c3b99c
4 changed files with 4 additions and 2 deletions

View file

@ -23,7 +23,6 @@ config NBLE
select BLUETOOTH_CENTRAL
select BLUETOOTH_GATT_CLIENT
select BLUETOOTH_SMP
select BLUETOOTH_DEBUG
select UART_INTERRUPT_DRIVEN
select NANO_TIMEOUTS
select NET_BUF
@ -55,7 +54,7 @@ config BLUETOOTH_MAX_PAIRED
default 7
config BLUETOOTH_DEBUG
bool
bool "Enable Debug"
default n
select STDOUT_CONSOLE