mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-08 08:53:56 -04:00
Sub: correct rc_checks_copter_sub call
This commit is contained in:
parent
dd2798d099
commit
2c895599e1
@ -9,7 +9,7 @@ bool AP_Arming_Sub::rc_calibration_checks(bool display_failure)
|
|||||||
sub.channel_throttle,
|
sub.channel_throttle,
|
||||||
sub.channel_yaw
|
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)
|
bool AP_Arming_Sub::pre_arm_checks(bool display_failure)
|
||||||
|
Loading…
Reference in New Issue
Block a user