Copter: remove redundant gps checks

Now tested as part of continuous pre-arm checks
This commit is contained in:
Peter Barker 2017-09-04 14:34:03 +10:00 committed by Randy Mackay
parent d563a9dd5d
commit b5c907312c

View File

@ -534,11 +534,6 @@ bool AP_Arming_Copter::arm_checks(bool display_failure, bool arming_from_gcs)
return false;
}
// always check gps
if (!gps_checks(display_failure)) {
return false;
}
// always check motors
if (!motor_checks(display_failure)) {
return false;