mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-12 02:48:28 -04:00
16 lines
278 B
Plaintext
16 lines
278 B
Plaintext
include ../CubePilot-CANMod/hwdef.dat
|
|
|
|
# we need RTS/CTS for the PPP link
|
|
undef PE0
|
|
undef PE1
|
|
|
|
# need to use UART8 to get RTS/CTS
|
|
PE1 UART8_TX UART8
|
|
PE0 UART8_RX UART8
|
|
PA10 UART8_RTS UART8
|
|
PC11 UART8_CTS_GPIO UART8
|
|
|
|
SERIAL_ORDER OTG1 UART8
|
|
|
|
include ../include/network_PPPGW.inc
|