boards/bitcraze: add PWM_SERVO_STOP define

This commit is contained in:
Igor Mišić 2022-06-15 15:28:31 +02:00 committed by Beat Küng
parent 7c1da8d608
commit 5dc3fecac0
2 changed files with 2 additions and 0 deletions

View File

@ -141,6 +141,7 @@
#define PX4_PWM_ALTERNATE_RANGES
#define PWM_LOWEST_MIN 0
#define PWM_MOTOR_OFF 0
#define PWM_SERVO_STOP 0
#define PWM_DEFAULT_MIN 20
#define PWM_HIGHEST_MIN 0
#define PWM_HIGHEST_MAX 255

View File

@ -142,6 +142,7 @@
#define PX4_PWM_ALTERNATE_RANGES
#define PWM_LOWEST_MIN 0
#define PWM_MOTOR_OFF 0
#define PWM_SERVO_STOP 0
#define PWM_DEFAULT_MIN 20
#define PWM_HIGHEST_MIN 0
#define PWM_HIGHEST_MAX 255