mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: tidy disabling of GHST on iomcu
This commit is contained in:
parent
d554ade7ce
commit
f7365556d0
|
@ -35,6 +35,9 @@
|
|||
// no crossfire telemetry from iomcu!
|
||||
#define HAL_CRSF_TELEM_ENABLED 0
|
||||
|
||||
// no ghost telemtry from IOMCU:
|
||||
#define AP_GHST_TELEM_ENABLED 0
|
||||
|
||||
// allow the IOMCU to have its allowed protocols to be set:
|
||||
#define AP_RCPROTOCOL_ENABLE_SET_RC_PROTOCOLS 1
|
||||
|
||||
|
|
Loading…
Reference in New Issue