forked from Archive/PX4-Autopilot
Reverting UART config back to developer default on this branch
This commit is contained in:
parent
faa4033f7e
commit
241a0d8653
|
@ -236,11 +236,11 @@ CONFIG_AT24XX_MTD_BLOCKSIZE=256
|
|||
CONFIG_SERIAL_TERMIOS=y
|
||||
CONFIG_SERIAL_CONSOLE_REINIT=y
|
||||
|
||||
CONFIG_USART1_SERIAL_CONSOLE=n
|
||||
CONFIG_USART1_SERIAL_CONSOLE=y
|
||||
CONFIG_USART2_SERIAL_CONSOLE=n
|
||||
CONFIG_USART3_SERIAL_CONSOLE=n
|
||||
CONFIG_UART4_SERIAL_CONSOLE=n
|
||||
CONFIG_UART5_SERIAL_CONSOLE=y
|
||||
CONFIG_UART5_SERIAL_CONSOLE=n
|
||||
CONFIG_USART6_SERIAL_CONSOLE=n
|
||||
|
||||
#Mavlink messages can be bigger than 128
|
||||
|
|
Loading…
Reference in New Issue