Browse Source

Copter: remove dup return from arming prox check

mission-4.1.18
murata 6 years ago committed by Randy Mackay
parent
commit
77389d9a91
  1. 4
      ArduCopter/AP_Arming.cpp

4
ArduCopter/AP_Arming.cpp

@ -497,10 +497,8 @@ bool AP_Arming_Copter::pre_arm_proximity_check(bool display_failure) @@ -497,10 +497,8 @@ bool AP_Arming_Copter::pre_arm_proximity_check(bool display_failure)
}
#endif
return true;
#else
return true;
#endif
return true;
}
// arm_checks - perform final checks before arming

Loading…
Cancel
Save