mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: correct incorrect defaults for serial ports on FoxeerH743v1
This commit is contained in:
parent
aa00e16cdd
commit
ec73566503
|
@ -75,7 +75,7 @@ define HAL_SERIAL3_PROTOCOL SerialProtocol_None
|
|||
# UART4 (DJI RX/SBUS)
|
||||
PA0 UART4_TX UART4 NODMA
|
||||
PA1 UART4_RX UART4
|
||||
define HAL_SERIAL4_PROTOCOL SerialProtocol_RCIN
|
||||
define HAL_SERIAL4_PROTOCOL SerialProtocol_None
|
||||
|
||||
# USART6 (GPS)
|
||||
PC6 USART6_TX USART6
|
||||
|
|
Loading…
Reference in New Issue