mirror of https://github.com/ArduPilot/ardupilot
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);
|
||||
|
||||
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