ArduRover: Remove fence_checks in AP_Arming because they are common across all vehicles now

This commit is contained in:
James O'Shannessy 2021-02-19 23:24:00 +11:00 committed by Peter Barker
parent 8ab1cf869d
commit cfb648e1c5
1 changed files with 0 additions and 1 deletions

View File

@ -83,7 +83,6 @@ bool AP_Arming_Rover::pre_arm_checks(bool report)
return (AP_Arming::pre_arm_checks(report)
& rover.g2.motors.pre_arm_check(report)
& fence_checks(report)
& oa_check(report)
& parameter_checks(report)
& mode_checks(report));