GCS_MAVLink: change in_sensor_config_error to in_config_error

This commit is contained in:
Mark Whitehorn 2019-11-06 15:23:03 -07:00 committed by Peter Barker
parent 3873baf676
commit a25846b8a2

View File

@ -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;
}