AP_NavEKF3: correct return of empty prearm string
This commit is contained in:
parent
3619856fc9
commit
1c187d8feb
@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user