Sub: Don't check min/max configured for RC prearm check

This commit is contained in:
Jacob Walser 2017-08-14 13:54:01 -04:00 committed by jaxxzer
parent b8e7d23cc4
commit 589416451f

View File

@ -14,7 +14,7 @@ bool AP_Arming_Sub::rc_check(bool display_failure)
sub.channel_throttle, sub.channel_throttle,
sub.channel_yaw sub.channel_yaw
}; };
return rc_checks_copter_sub(display_failure, channels); return rc_checks_copter_sub(display_failure, channels, false /* check_min_max */);
} }
bool AP_Arming_Sub::pre_arm_checks(bool report) bool AP_Arming_Sub::pre_arm_checks(bool report)