mirror of https://github.com/ArduPilot/ardupilot
Sub: remove redundant call to ins_checks
pre_arm_checks in AP_Arming already makes this call
This commit is contained in:
parent
3846da5e23
commit
450c8f4f3a
|
@ -23,7 +23,7 @@ bool AP_Arming_Sub::pre_arm_checks(bool report)
|
|||
return true;
|
||||
}
|
||||
|
||||
return AP_Arming::pre_arm_checks(report) & ins_checks(report);
|
||||
return AP_Arming::pre_arm_checks(report);
|
||||
}
|
||||
|
||||
bool AP_Arming_Sub::ins_checks(bool report)
|
||||
|
|
Loading…
Reference in New Issue