mirror of https://github.com/ArduPilot/ardupilot
AP_InertialSensor: rename sensor_config_error to config_error
This commit is contained in:
parent
5276cb7f2b
commit
00948c33d5
|
@ -867,7 +867,7 @@ AP_InertialSensor::detect_backends(void)
|
|||
#endif
|
||||
|
||||
if (_backend_count == 0) {
|
||||
AP_BoardConfig::sensor_config_error("INS: unable to initialise driver");
|
||||
AP_BoardConfig::config_error("INS: unable to initialise driver");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue