mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-30 10:54:08 +08:00
FMUv4 configs: ensure there is enough TX buffer space
This commit is contained in:
parent
ad21dc3f50
commit
235a789a47
@ -965,7 +965,7 @@ CONFIG_USART2_OFLOWCONTROL=y
|
||||
# USART3 Configuration
|
||||
#
|
||||
CONFIG_USART3_RXBUFSIZE=300
|
||||
CONFIG_USART3_TXBUFSIZE=300
|
||||
CONFIG_USART3_TXBUFSIZE=600
|
||||
CONFIG_USART3_BAUD=57600
|
||||
CONFIG_USART3_BITS=8
|
||||
CONFIG_USART3_PARITY=0
|
||||
|
||||
@ -990,7 +990,7 @@ CONFIG_USART2_OFLOWCONTROL=y
|
||||
# USART3 Configuration
|
||||
#
|
||||
CONFIG_USART3_RXBUFSIZE=300
|
||||
CONFIG_USART3_TXBUFSIZE=300
|
||||
CONFIG_USART3_TXBUFSIZE=600
|
||||
CONFIG_USART3_BAUD=57600
|
||||
CONFIG_USART3_BITS=8
|
||||
CONFIG_USART3_PARITY=0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user