aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/pwm_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/platforms/STM32/pwm_lld.h')
-rw-r--r--os/hal/platforms/STM32/pwm_lld.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32/pwm_lld.h b/os/hal/platforms/STM32/pwm_lld.h
index 98e84945d..0ef6abbca 100644
--- a/os/hal/platforms/STM32/pwm_lld.h
+++ b/os/hal/platforms/STM32/pwm_lld.h
@@ -25,6 +25,8 @@
#ifndef _PWM_LLD_H_
#define _PWM_LLD_H_
+#include "stm32_tim.h"
+
#if HAL_USE_PWM || defined(__DOXYGEN__)
/*===========================================================================*/