mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: disable GCS in CubeNode-ETH
for some reason enabling is breaking the PPPGW
This commit is contained in:
parent
4ffffa7af7
commit
2feee53a37
|
@ -5,6 +5,7 @@ undef PE0
|
|||
undef PE1
|
||||
undef PC11
|
||||
undef HAL_PERIPH_ENABLE_IMU
|
||||
undef HAL_GCS_ENABLED
|
||||
|
||||
# need to use UART8 to get RTS/CTS
|
||||
PE1 UART8_TX UART8
|
||||
|
|
Loading…
Reference in New Issue