AP_HAL_ChibiOS: tidy enablement RC FastSBUS support

use the the hwdef to turn it off on IOMCU
This commit is contained in:
Peter Barker 2023-03-19 13:00:34 +11:00 committed by Andrew Tridgell
parent add8123d00
commit 1326d1c3df

View File

@ -3144,6 +3144,9 @@ def add_iomcu_firmware_defaults(f):
#define AP_FAULTHANDLER_DEBUG_VARIABLES_ENABLED 0 #define AP_FAULTHANDLER_DEBUG_VARIABLES_ENABLED 0
#endif #endif
// disable some protocols on iomcu:
#define AP_RCPROTOCOL_FASTSBUS_ENABLED 0
// end IOMCU Firmware defaults // end IOMCU Firmware defaults
''') ''')