Skip to content

Commit

Permalink
hwdef: fix hwdef for updated CubePilot-PPPGW
Browse files Browse the repository at this point in the history
  • Loading branch information
bugobliterator authored and peterbarker committed Jun 27, 2024
1 parent 0a0d5a3 commit b6cdb8b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions libraries/AP_HAL_ChibiOS/hwdef/CubePilot-PPPGW/hwdef.dat
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
include ../CubePilot-CANMod/hwdef.dat

# we need RTS/CTS for the PPP link
undef PD14
undef PD13
undef PE0
undef PE1

# need to use UART8 to get RTS/CTS
PE1 UART8_TX UART8
PE0 UART8_RX UART8
PD13 UART8_RTS UART8
PD14 UART8_CTS UART8
PA10 UART8_RTS UART8
PC11 UART8_CTS_GPIO UART8

SERIAL_ORDER OTG1 UART8

Expand Down

0 comments on commit b6cdb8b

Please sign in to comment.