Copter: remove dup return from arming prox check

This commit is contained in:
murata 2018-12-23 18:04:49 +09:00 committed by Randy Mackay
parent 65bfe322af
commit 77389d9a91
1 changed files with 1 additions and 3 deletions

View File

@ -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