mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 05:58:30 -04:00
AP_Arming: FFT prearm should not be dependent on INS prearm
This commit is contained in:
parent
f145785be0
commit
73b0a212f7
@ -390,6 +390,7 @@ bool AP_Arming::ins_checks(bool report)
|
||||
check_failed(ARMING_CHECK_INS, report, "%s", failure_msg);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
#if HAL_GYROFFT_ENABLED
|
||||
// gyros are healthy so check the FFT
|
||||
@ -405,7 +406,6 @@ bool AP_Arming::ins_checks(bool report)
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user