AP_NavEKF3: correct return of empty prearm string

This commit is contained in:
Peter Barker 2019-09-09 17:57:37 +10:00 committed by Randy Mackay
parent 3619856fc9
commit 1c187d8feb

View File

@ -628,6 +628,7 @@ void NavEKF3_core::readGpsData()
} else {
// report GPS fix status
gpsCheckStatus.bad_fix = true;
hal.util->snprintf(prearm_fail_string, sizeof(prearm_fail_string), "Waiting for 3D fix");
}
}
}