Merge pull request #3353 from PX4/master_fmuv4_fix_mavlink

Support Mavlink on USART2 (ESP8266)
This commit is contained in:
David Sidrane
2015-12-11 07:23:05 -10:00
+2 -2
View File
@@ -551,8 +551,8 @@ CONFIG_UART7_SERIAL_CONSOLE=y
# #
# USART1 Configuration # USART1 Configuration
# #
CONFIG_USART1_RXBUFSIZE=128 CONFIG_USART1_RXBUFSIZE=600
CONFIG_USART1_TXBUFSIZE=32 CONFIG_USART1_TXBUFSIZE=1100
CONFIG_USART1_BAUD=115200 CONFIG_USART1_BAUD=115200
CONFIG_USART1_BITS=8 CONFIG_USART1_BITS=8
CONFIG_USART1_PARITY=0 CONFIG_USART1_PARITY=0