Skip to content
Snippets Groups Projects
Commit 3eb90982 authored by David Sidrane's avatar David Sidrane Committed by Lorenz Meier
Browse files

px4io-v2:Limit CONFIG_USART1_TXBUFSIZE to max debug size

parent 85973f69
No related branches found
No related tags found
No related merge requests found
......@@ -778,7 +778,7 @@ CONFIG_USART1_SERIAL_CONSOLE=y
# USART1 Configuration
#
CONFIG_USART1_RXBUFSIZE=64
CONFIG_USART1_TXBUFSIZE=56
CONFIG_USART1_TXBUFSIZE=40
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