mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-08 17:03:57 -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);
|
check_failed(ARMING_CHECK_INS, report, "%s", failure_msg);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#if HAL_GYROFFT_ENABLED
|
#if HAL_GYROFFT_ENABLED
|
||||||
// gyros are healthy so check the FFT
|
// gyros are healthy so check the FFT
|
||||||
@ -405,7 +406,6 @@ bool AP_Arming::ins_checks(bool report)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user