mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
GCS_MAVLink: change in_sensor_config_error to in_config_error
This commit is contained in:
parent
3873baf676
commit
a25846b8a2
@ -204,7 +204,7 @@ bool GCS::out_of_time() const
|
||||
}
|
||||
|
||||
// we always want to be able to send messages out while in the error loop:
|
||||
if (AP_BoardConfig::in_sensor_config_error()) {
|
||||
if (AP_BoardConfig::in_config_error()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user