From ca32916d8e00c963cb7bcb2b60dbccc0791163f5 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Mon, 7 Dec 2015 11:38:59 +0100 Subject: [PATCH] PWM out: Allow OneShot PWM --- src/drivers/drv_pwm_output.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/drv_pwm_output.h b/src/drivers/drv_pwm_output.h index 64699f8696..fd20814b7d 100644 --- a/src/drivers/drv_pwm_output.h +++ b/src/drivers/drv_pwm_output.h @@ -101,7 +101,7 @@ __BEGIN_DECLS /** * Lowest PWM allowed as the maximum PWM */ -#define PWM_LOWEST_MAX 950 +#define PWM_LOWEST_MAX 200 /** * Do not output a channel with this value