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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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