Sub: correct rc_checks_copter_sub call

This commit is contained in:
Pierre Kancir 2018-12-20 09:23:25 +01:00 committed by Randy Mackay
parent dd2798d099
commit 2c895599e1
1 changed files with 1 additions and 1 deletions

View File

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