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:
parent
78b0b6dd62
commit
e539c3b99c
4 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue