From f77a9bb897b6b572a3f50829b68e8d02fd57c3ed Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Mon, 1 May 2017 13:05:12 -1000 Subject: [PATCH] px4io-v1:Limit CONFIG_USART1_TXBUFSIZE to max debug size --- nuttx-configs/px4io-v1/nsh/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuttx-configs/px4io-v1/nsh/defconfig b/nuttx-configs/px4io-v1/nsh/defconfig index 0281a96f00..2fc832daf5 100755 --- a/nuttx-configs/px4io-v1/nsh/defconfig +++ b/nuttx-configs/px4io-v1/nsh/defconfig @@ -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