mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-30 20:48:33 -04:00
Copter: run parent mandatory_checks
This commit is contained in:
parent
1abef3275e
commit
7e2604ef1a
@ -746,7 +746,7 @@ bool AP_Arming_Copter::mandatory_checks(bool display_failure)
|
||||
result = false;
|
||||
}
|
||||
|
||||
return result;
|
||||
return result & AP_Arming::mandatory_checks(display_failure);
|
||||
}
|
||||
|
||||
void AP_Arming_Copter::set_pre_arm_check(bool b)
|
||||
|
Loading…
Reference in New Issue
Block a user