forked from Archive/PX4-Autopilot
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:
parent
578c003c13
commit
00229c4fd2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue