AP_HAL_ChibiOS: tidy disabling of GHST on iomcu

This commit is contained in:
Peter Barker 2024-01-11 14:10:40 +11:00 committed by Andrew Tridgell
parent d554ade7ce
commit f7365556d0
1 changed files with 3 additions and 0 deletions

View File

@ -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