Browse Source

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

master
Randy Mackay 12 years ago
parent
commit
f56617710f
  1. 2
      ArduCopter/motors.pde

2
ArduCopter/motors.pde

@ -350,7 +350,7 @@ static void pre_arm_rc_checks()
} }
// check if radio has been calibrated // 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; return;
} }

Loading…
Cancel
Save