mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
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
|
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
|
// we may never have parameters "initialised" in this case
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user