From 85419c96bd16295312bf833a9b5a927ba03d0026 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 1 Aug 2013 15:58:34 +0000 Subject: Fixed bug bug #423. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6065 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/STM32/pwm_lld.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os') diff --git a/os/hal/platforms/STM32/pwm_lld.h b/os/hal/platforms/STM32/pwm_lld.h index 57fc17c29..98e84945d 100644 --- a/os/hal/platforms/STM32/pwm_lld.h +++ b/os/hal/platforms/STM32/pwm_lld.h @@ -233,7 +233,7 @@ #if !STM32_PWM_USE_TIM1 && !STM32_PWM_USE_TIM2 && \ !STM32_PWM_USE_TIM3 && !STM32_PWM_USE_TIM4 && \ !STM32_PWM_USE_TIM5 && !STM32_PWM_USE_TIM8 && \ - !STM32_PWM_USE_TIM8 + !STM32_PWM_USE_TIM9 #error "PWM driver activated but no TIM peripheral assigned" #endif -- cgit v1.2.3