mirror of https://github.com/ArduPilot/ardupilot
Copter: remove dup return from arming prox check
This commit is contained in:
parent
65bfe322af
commit
77389d9a91
|
@ -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…
Reference in New Issue