Skip to content
Snippets Groups Projects
Commit eb4f8473 authored by David Sidrane's avatar David Sidrane Committed by Daniel Agar
Browse files

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

   Bring UART4 bufffer sizes in alignment with FMUv2 Telem1
parent 153d1069
No related branches found
No related tags found
No related merge requests found
......@@ -759,8 +759,8 @@ CONFIG_UART2_2STOP=0
#
# UART4 Configuration
#
CONFIG_UART4_RXBUFSIZE=300
CONFIG_UART4_TXBUFSIZE=300
CONFIG_UART4_RXBUFSIZE=600
CONFIG_UART4_TXBUFSIZE=1100
CONFIG_UART4_BAUD=57600
CONFIG_UART4_BITS=8
CONFIG_UART4_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