mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 17:38:32 -04:00
AP_InertialSensor: if no sensors found allow parameter change
This commit is contained in:
parent
24c424ae5d
commit
100363ba03
@ -860,7 +860,7 @@ AP_InertialSensor::detect_backends(void)
|
|||||||
_enable_mask.set(found_mask);
|
_enable_mask.set(found_mask);
|
||||||
|
|
||||||
if (_backend_count == 0) {
|
if (_backend_count == 0) {
|
||||||
AP_HAL::panic("No INS backends available");
|
AP_BoardConfig::sensor_config_error("INS: unable to initialise driver");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user