Skip to content

Commit

Permalink
AP_HAL_ChibiOS: correct incorrect defaults for serial ports on Foxeer…
Browse files Browse the repository at this point in the history
…H743v1
  • Loading branch information
andyp1per authored and peterbarker committed Jul 7, 2023
1 parent 993da19 commit d986668
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions libraries/AP_HAL_ChibiOS/hwdef/FoxeerH743v1/hwdef.dat
Original file line number Diff line number Diff line change
Expand Up @@ -77,20 +77,20 @@ define DEFAULT_SERIAL3_PROTOCOL SerialProtocol_None
# UART4 (DJI RX/SBUS)
PA0 UART4_TX UART4 NODMA
PA1 UART4_RX UART4
define DEFAULT_SERIAL4_PROTOCOL SerialProtocol_RCIN
define DEFAULT_SERIAL4_PROTOCOL SerialProtocol_None

# USART6 (GPS)
PC6 USART6_TX USART6
PC7 USART6_RX USART6
define HAL_SERIAL6_PROTOCOL SerialProtocol_GPS
define HAL_SERIAL6_BAUD 115
define DEFAULT_SERIAL6_PROTOCOL SerialProtocol_GPS
define DEFAULT_SERIAL6_BAUD 115


# UART7 (DJI OSD)
PE7 UART7_RX UART7
PE8 UART7_TX UART7
define HAL_SERIAL7_PROTOCOL SerialProtocol_DJI_FPV
define HAL_SERIAL7_BAUD 115
define DEFAULT_SERIAL7_PROTOCOL SerialProtocol_DJI_FPV
define DEFAULT_SERIAL7_BAUD 115

# UART8 (ESC)
PE0 UART8_RX UART8 NODMA
Expand Down

0 comments on commit d986668

Please sign in to comment.