Browse Source

GCS_MAVLink: change in_sensor_config_error to in_config_error

c415-sdk
Mark Whitehorn 5 years ago committed by Peter Barker
parent
commit
a25846b8a2
  1. 2
      libraries/GCS_MAVLink/GCS.cpp

2
libraries/GCS_MAVLink/GCS.cpp

@ -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: // 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; return false;
} }

Loading…
Cancel
Save