Plane: pre_arm_gps_check flag always true
This commit is contained in:
parent
2ea9b8a5a8
commit
11def53ca7
@ -1059,6 +1059,7 @@ static void one_second_loop()
|
|||||||
|
|
||||||
// update notify flags
|
// update notify flags
|
||||||
AP_Notify::flags.pre_arm_check = arming.pre_arm_checks(false);
|
AP_Notify::flags.pre_arm_check = arming.pre_arm_checks(false);
|
||||||
|
AP_Notify::flags.pre_arm_gps_check = true;
|
||||||
AP_Notify::flags.armed = arming.is_armed() || arming.arming_required() == AP_Arming::NO;
|
AP_Notify::flags.armed = arming.is_armed() || arming.arming_required() == AP_Arming::NO;
|
||||||
|
|
||||||
#if AP_TERRAIN_AVAILABLE
|
#if AP_TERRAIN_AVAILABLE
|
||||||
|
Loading…
Reference in New Issue
Block a user