Skip to content

Commit bab3aaf

Browse files
peters-rAnas Nashif
authored andcommitted
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 <[email protected]>
1 parent b0f2e3e commit bab3aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/soc/ti_lm3s6965/Kconfig.defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ config BLUETOOTH_UART_ON_DEV_NAME
6868
default "UART_1" if BLUETOOTH_UART
6969

7070
config UART_PIPE_ON_DEV_NAME
71-
default "UART_2" if UART_PIPE
71+
default "UART_1" if UART_PIPE
7272

7373
config BLUETOOTH_MONITOR_ON_DEV_NAME
7474
default "UART_2" if BLUETOOTH_DEBUG_MONITOR

0 commit comments

Comments
 (0)