AP_Arming: GPS blending health check renamed

This commit is contained in:
Randy Mackay 2017-03-10 17:12:46 +09:00
parent 2002827de3
commit f340c118d4

View File

@ -381,7 +381,7 @@ bool AP_Arming::gps_checks(bool report)
}
return false;
}
if (!gps.blend_healthy()) {
if (!gps.blend_health_check()) {
if (report) {
GCS_MAVLINK::send_statustext_all(MAV_SEVERITY_CRITICAL, "PreArm: GPS blending unhealthy");
}