AP_HAL_ChibiOS: create define specifically for the developer feature for killing IMUs

This commit is contained in:
Peter Barker 2023-06-06 12:12:12 +10:00 committed by Andrew Tridgell
parent 95c345e6fb
commit 82e15536d2

View File

@ -108,3 +108,6 @@ define HAL_NMEA_OUTPUT_ENABLED 0
# no Notify Display support:
define HAL_DISPLAY_ENABLED 0
# remove support for killing IMUs at runtime - a developer feature:
define AP_INERTIALSENSOR_KILL_IMU_ENABLED 0