Copter: pre-arm RC checks ch3's min and max

This commit is contained in:
Randy Mackay 2013-10-07 11:17:16 +09:00
parent 752d1503b9
commit f56617710f

View File

@ -350,7 +350,7 @@ static void pre_arm_rc_checks()
}
// check if radio has been calibrated
if(!g.rc_3.radio_min.load()) {
if(!g.rc_3.radio_min.load() && !g.rc_3.radio_max.load()) {
return;
}