Copter: remove moter pwm params check

This commit is contained in:
Iampete1 2022-09-13 15:09:11 +01:00 committed by Randy Mackay
parent a16b9cc5ad
commit 783a8960e1

View File

@ -252,12 +252,6 @@ bool AP_Arming_Copter::parameter_checks(bool display_failure)
check_failed(ARMING_CHECK_PARAMETERS, display_failure, "Invalid MultiCopter FRAME_CLASS");
return false;
}
// checks MOT_PWM_MIN/MAX for acceptable values
if (!copter.motors->check_mot_pwm_params()) {
check_failed(ARMING_CHECK_PARAMETERS, display_failure, "Check MOT_PWM_MIN/MAX");
return false;
}
#endif // HELI_FRAME
// checks when using range finder for RTL