qemu_cortex_m3: fixed network connectivity
The wrong UART was set on for the qemu_cortex_m3 slip (uart pipe) device Change-Id: If6d6af0f32ef02ccc559cd1fff90ea499cc378c4 Signed-off-by: Richard Peters <mail@richardpeters.de>
This commit is contained in:
parent
b0f2e3ef14
commit
bab3aafa2d
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ config BLUETOOTH_UART_ON_DEV_NAME
|
|||
default "UART_1" if BLUETOOTH_UART
|
||||
|
||||
config UART_PIPE_ON_DEV_NAME
|
||||
default "UART_2" if UART_PIPE
|
||||
default "UART_1" if UART_PIPE
|
||||
|
||||
config BLUETOOTH_MONITOR_ON_DEV_NAME
|
||||
default "UART_2" if BLUETOOTH_DEBUG_MONITOR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue