AP_Arming: correct prearm check for mission storage file
This commit is contained in:
parent
ef8ebd85dd
commit
81f3c6a4c4
@ -850,6 +850,7 @@ bool AP_Arming::mission_checks(bool report)
|
||||
mission != nullptr &&
|
||||
(mission->failed_sdcard_storage() || StorageManager::storage_failed())) {
|
||||
check_failed(ARMING_CHECK_MISSION, report, "Failed to open %s", AP_MISSION_SDCARD_FILENAME);
|
||||
return false;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user