forked from Archive/PX4-Autopilot
px4io-v2:Limit CONFIG_USART1_TXBUFSIZE to max debug size
This commit is contained in:
parent
85973f69d7
commit
3eb909823e
|
@ -778,7 +778,7 @@ CONFIG_USART1_SERIAL_CONSOLE=y
|
|||
# USART1 Configuration
|
||||
#
|
||||
CONFIG_USART1_RXBUFSIZE=64
|
||||
CONFIG_USART1_TXBUFSIZE=56
|
||||
CONFIG_USART1_TXBUFSIZE=40
|
||||
CONFIG_USART1_BAUD=115200
|
||||
CONFIG_USART1_BITS=8
|
||||
CONFIG_USART1_PARITY=0
|
||||
|
|
Loading…
Reference in New Issue