px4io-v1:Limit CONFIG_USART1_TXBUFSIZE to max debug size

This commit is contained in:
David Sidrane 2017-05-01 13:05:12 -10:00 committed by Lorenz Meier
parent 0d7c290f89
commit f77a9bb897
1 changed files with 1 additions and 1 deletions

View File

@ -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