mirror of https://github.com/ArduPilot/ardupilot
ArduCopter: change in_sensor_config_error to in_config_error
This commit is contained in:
parent
6b9c997a97
commit
6dd28f7d74
|
@ -509,7 +509,7 @@ void GCS_MAVLINK_Copter::packetReceived(const mavlink_status_t &status,
|
|||
|
||||
bool GCS_MAVLINK_Copter::params_ready() const
|
||||
{
|
||||
if (AP_BoardConfig::in_sensor_config_error()) {
|
||||
if (AP_BoardConfig::in_config_error()) {
|
||||
// we may never have parameters "initialised" in this case
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue