From 12feef85bfd9ae92eaa50c1efcc2d27d2c7bff72 Mon Sep 17 00:00:00 2001 From: tumbili Date: Thu, 18 Jun 2015 23:58:47 +0200 Subject: [PATCH] lower lowest allowed max pwm value to be able to cut rear motors for firefly6 in fw mode --- 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 6271ad2086..2fb9469c8a 100644 --- a/src/drivers/drv_pwm_output.h +++ b/src/drivers/drv_pwm_output.h @@ -93,7 +93,7 @@ __BEGIN_DECLS /** * Lowest PWM allowed as the maximum PWM */ -#define PWM_LOWEST_MAX 1400 +#define PWM_LOWEST_MAX 950 /** * Do not output a channel with this value