mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Blimp: run parent mandatory_checks
This commit is contained in:
parent
7e2604ef1a
commit
0613ce64d7
@ -303,7 +303,7 @@ bool AP_Arming_Blimp::mandatory_checks(bool display_failure)
|
|||||||
result = false;
|
result = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
return result;
|
return result & AP_Arming::mandatory_checks(display_failure);
|
||||||
}
|
}
|
||||||
|
|
||||||
void AP_Arming_Blimp::set_pre_arm_check(bool b)
|
void AP_Arming_Blimp::set_pre_arm_check(bool b)
|
||||||
|
Loading…
Reference in New Issue
Block a user