From 7fa620e9fb996b0763554dec4ec91aa299e36e38 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 15 Sep 2014 22:17:35 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7285 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/LLD/TIMv1/pwm_lld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os') diff --git a/os/hal/ports/STM32/LLD/TIMv1/pwm_lld.c b/os/hal/ports/STM32/LLD/TIMv1/pwm_lld.c index 4e013b755..d6a4affd8 100644 --- a/os/hal/ports/STM32/LLD/TIMv1/pwm_lld.c +++ b/os/hal/ports/STM32/LLD/TIMv1/pwm_lld.c @@ -424,7 +424,7 @@ void pwm_lld_init(void) { */ void pwm_lld_start(PWMDriver *pwmp) { uint32_t psc; - uint16_t ccer; + uint32_t ccer; if (pwmp->state == PWM_STOP) { /* Clock activation and timer reset.*/ -- cgit v1.2.3