mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 01:04:19 +08:00
px4io-v2:Limit CONFIG_USART1_TXBUFSIZE to max debug size
This commit is contained in:
committed by
Lorenz Meier
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
|
||||
|
||||
Reference in New Issue
Block a user