mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 18:06:39 +08:00
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:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user