drv_pwm_output.h: increase highest max pwm limit from 2150 to 2500

- servo linkages in vtol often need further travel of the servos to cover the full tilt travel
This commit is contained in:
achim
2021-06-07 15:13:39 +02:00
committed by GitHub
parent 578c003c13
commit 00229c4fd2

View File

@@ -99,7 +99,7 @@ struct pwm_output_values {
/**
* Highest maximum PWM in us
*/
#define PWM_HIGHEST_MAX 2150
#define PWM_HIGHEST_MAX 2500
/**
* Default maximum PWM in us