mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
Copter: correct notification of pre-arm-gps-check failure
This commit is contained in:
parent
7961a8f5c8
commit
d3b73f8557
@ -402,6 +402,7 @@ bool AP_Arming_Copter::gps_checks(bool display_failure)
|
||||
|
||||
// call parent gps checks
|
||||
if (!AP_Arming::gps_checks(display_failure)) {
|
||||
AP_Notify::flags.pre_arm_gps_check = false;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user