forked from Archive/PX4-Autopilot
Pixhawk configs: Ensure there is enough TX space on high-speed UART links
This commit is contained in:
parent
dc4faa81de
commit
ad21dc3f50
|
@ -981,7 +981,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
|
||||
|
|
|
@ -981,7 +981,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…
Reference in New Issue