mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
Copter: pre-arm RC checks ch3's min and max
This commit is contained in:
parent
752d1503b9
commit
f56617710f
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user