Fix UART buf sizes so that MAVLink transfers are not corrupted for all serial ports intended for MAVLink

This commit is contained in:
Lorenz Meier
2013-09-03 16:41:29 +02:00
parent 1c5ceb17e8
commit 811e1151fa
2 changed files with 6 additions and 6 deletions

View File

@@ -509,8 +509,8 @@ CONFIG_USART2_OFLOWCONTROL=y
#
# UART5 Configuration
#
CONFIG_UART5_RXBUFSIZE=32
CONFIG_UART5_TXBUFSIZE=32
CONFIG_UART5_RXBUFSIZE=512
CONFIG_UART5_TXBUFSIZE=512
CONFIG_UART5_BAUD=57600
CONFIG_UART5_BITS=8
CONFIG_UART5_PARITY=0