Browse Source

FMUv4 configs: ensure there is enough TX buffer space

sbg
Lorenz Meier 8 years ago
parent
commit
235a789a47
  1. 2
      nuttx-configs/px4fmu-v4/nsh/defconfig
  2. 2
      nuttx-configs/px4fmu-v4pro/nsh/defconfig

2
nuttx-configs/px4fmu-v4/nsh/defconfig

@ -965,7 +965,7 @@ CONFIG_USART2_OFLOWCONTROL=y @@ -965,7 +965,7 @@ CONFIG_USART2_OFLOWCONTROL=y
# USART3 Configuration
#
CONFIG_USART3_RXBUFSIZE=300
CONFIG_USART3_TXBUFSIZE=300
CONFIG_USART3_TXBUFSIZE=600
CONFIG_USART3_BAUD=57600
CONFIG_USART3_BITS=8
CONFIG_USART3_PARITY=0

2
nuttx-configs/px4fmu-v4pro/nsh/defconfig

@ -990,7 +990,7 @@ CONFIG_USART2_OFLOWCONTROL=y @@ -990,7 +990,7 @@ CONFIG_USART2_OFLOWCONTROL=y
# USART3 Configuration
#
CONFIG_USART3_RXBUFSIZE=300
CONFIG_USART3_TXBUFSIZE=300
CONFIG_USART3_TXBUFSIZE=600
CONFIG_USART3_BAUD=57600
CONFIG_USART3_BITS=8
CONFIG_USART3_PARITY=0

Loading…
Cancel
Save