Skip to content
Snippets Groups Projects
Commit b3b91921 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

UART1 is only used for debug, save unnecessary RAM used in its buffering

parent c118351b
No related branches found
No related tags found
No related merge requests found
......@@ -551,8 +551,8 @@ CONFIG_UART7_SERIAL_CONSOLE=y
#
# USART1 Configuration
#
CONFIG_USART1_RXBUFSIZE=600
CONFIG_USART1_TXBUFSIZE=600
CONFIG_USART1_RXBUFSIZE=128
CONFIG_USART1_TXBUFSIZE=32
CONFIG_USART1_BAUD=115200
CONFIG_USART1_BITS=8
CONFIG_USART1_PARITY=0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment