mirror of https://github.com/ArduPilot/ardupilot
Rover: Arming: still run mandatory checks if ARMING_CHECK 0
This commit is contained in:
parent
9cc8622ccc
commit
779a5d1167
|
@ -78,7 +78,7 @@ bool AP_Arming_Rover::pre_arm_checks(bool report)
|
|||
|
||||
//are arming checks disabled?
|
||||
if (checks_to_perform == 0) {
|
||||
return true;
|
||||
return mandatory_checks(report);
|
||||
}
|
||||
|
||||
if (rover.g2.sailboat.sail_enabled() && !rover.g2.windvane.enabled()) {
|
||||
|
|
Loading…
Reference in New Issue