Bluetooth: tester: Fix UART issue on qemu
This fixes an issue introduced by bab3aafa2d
,
which changed the default value of UART_PIPE_ON_DEV_NAME to the same
used by BLUETOOTH_UART_ON_DEV_NAME. Due to this, the BTP and HCI were using
the same UART.
Change-Id: Ib59819e49610f28f4c89c0304d024bb1b6aa506a
Signed-off-by: Mariusz Skamra <mariusz.skamra@tieto.com>
This commit is contained in:
parent
9f76ce6f88
commit
ea8ca7d400
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
CONFIG_UART_PIPE=y
|
||||
CONFIG_UART_PIPE_ON_DEV_NAME="UART_2"
|
||||
CONFIG_CONSOLE_HANDLER=y
|
||||
CONFIG_BLUETOOTH=y
|
||||
CONFIG_BLUETOOTH_CENTRAL=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue