AP_HAL_ChibiOS: use defaults to turn off CRSF telem on IO firmware
This commit is contained in:
parent
67f137736a
commit
1f3aecf41b
@ -3313,6 +3313,9 @@ def add_iomcu_firmware_defaults(f):
|
||||
// disable some protocols on iomcu:
|
||||
#define AP_RCPROTOCOL_FASTSBUS_ENABLED 0
|
||||
|
||||
// no crossfire telemetry from iomcu!
|
||||
#define HAL_CRSF_TELEM_ENABLED 0
|
||||
|
||||
// end IOMCU Firmware defaults
|
||||
''')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user