mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
AP_HAL_ChibiOS: tidy enablement RC FastSBUS support
use the the hwdef to turn it off on IOMCU
This commit is contained in:
parent
add8123d00
commit
1326d1c3df
@ -3144,6 +3144,9 @@ def add_iomcu_firmware_defaults(f):
|
||||
#define AP_FAULTHANDLER_DEBUG_VARIABLES_ENABLED 0
|
||||
#endif
|
||||
|
||||
// disable some protocols on iomcu:
|
||||
#define AP_RCPROTOCOL_FASTSBUS_ENABLED 0
|
||||
|
||||
// end IOMCU Firmware defaults
|
||||
''')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user