mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Sub: Update Notify pre_arm_gps_flag
This commit is contained in:
parent
0803371956
commit
1bc1e3faeb
@ -373,6 +373,7 @@ void Sub::three_hz_loop()
|
||||
void Sub::one_hz_loop()
|
||||
{
|
||||
AP_Notify::flags.pre_arm_check = arming.pre_arm_checks(false);
|
||||
AP_Notify::flags.pre_arm_gps_check = position_ok();
|
||||
|
||||
if (should_log(MASK_LOG_ANY)) {
|
||||
Log_Write_Data(DATA_AP_STATE, ap.value);
|
||||
|
Loading…
Reference in New Issue
Block a user