diff options
Diffstat (limited to 'os')
| -rw-r--r-- | os/hal/platforms/STM32/pwm_lld.h | 2 |
1 files changed, 1 insertions, 1 deletions
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
|
