IO: Do not allocate excessive UART buffers

This commit is contained in:
Lorenz Meier 2016-01-26 14:52:20 +01:00 committed by Andreas Antener
parent ba169ce0b5
commit b54a0308a7
1 changed files with 2 additions and 2 deletions

View File

@ -164,8 +164,8 @@ CONFIG_USART1_SERIAL_CONSOLE=y
CONFIG_USART2_SERIAL_CONSOLE=n
CONFIG_USART3_SERIAL_CONSOLE=n
CONFIG_USART1_TXBUFSIZE=64
CONFIG_USART2_TXBUFSIZE=64
CONFIG_USART1_TXBUFSIZE=32
CONFIG_USART2_TXBUFSIZE=32
CONFIG_USART3_TXBUFSIZE=64
CONFIG_USART1_RXBUFSIZE=64