nxphlite-v3:Set UART4 to have the same bufffer sizes as TELEM1

Bring UART4 bufffer sizes in alignment with FMUv2 Telem1
This commit is contained in:
David Sidrane
2018-09-14 12:00:19 -07:00
committed by Daniel Agar
parent 153d106969
commit eb4f847322
@@ -759,8 +759,8 @@ CONFIG_UART2_2STOP=0
# #
# UART4 Configuration # UART4 Configuration
# #
CONFIG_UART4_RXBUFSIZE=300 CONFIG_UART4_RXBUFSIZE=600
CONFIG_UART4_TXBUFSIZE=300 CONFIG_UART4_TXBUFSIZE=1100
CONFIG_UART4_BAUD=57600 CONFIG_UART4_BAUD=57600
CONFIG_UART4_BITS=8 CONFIG_UART4_BITS=8
CONFIG_UART4_PARITY=0 CONFIG_UART4_PARITY=0