mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-02 13:50:35 +08:00
px4io-v1:Limit CONFIG_USART1_TXBUFSIZE to max debug size
This commit is contained in:
committed by
Lorenz Meier
parent
0d7c290f89
commit
f77a9bb897
@@ -778,7 +778,7 @@ CONFIG_USART1_SERIAL_CONSOLE=y
|
||||
# USART1 Configuration
|
||||
#
|
||||
CONFIG_USART1_RXBUFSIZE=64
|
||||
CONFIG_USART1_TXBUFSIZE=64
|
||||
CONFIG_USART1_TXBUFSIZE=40
|
||||
CONFIG_USART1_BAUD=115200
|
||||
CONFIG_USART1_BITS=8
|
||||
CONFIG_USART1_PARITY=0
|
||||
|
||||
Reference in New Issue
Block a user