mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-24 09:38:29 -04:00
AP_InertialSensor: don't set INS_ENABLE_MASK to found IMUs
this is needed for detection of failed cubes
This commit is contained in:
parent
5e5775c3ca
commit
692c9a15df
@ -867,8 +867,6 @@ AP_InertialSensor::detect_backends(void)
|
||||
#error Unrecognised HAL_INS_TYPE setting
|
||||
#endif
|
||||
|
||||
_enable_mask.set(found_mask);
|
||||
|
||||
if (_backend_count == 0) {
|
||||
AP_BoardConfig::sensor_config_error("INS: unable to initialise driver");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user