Browse Source

Sub: correct rc_checks_copter_sub call

master
Pierre Kancir 6 years ago committed by Randy Mackay
parent
commit
2c895599e1
  1. 2
      ArduSub/AP_Arming_Sub.cpp

2
ArduSub/AP_Arming_Sub.cpp

@ -9,7 +9,7 @@ bool AP_Arming_Sub::rc_calibration_checks(bool display_failure) @@ -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)

Loading…
Cancel
Save