summaryrefslogtreecommitdiff
path: root/chip/stm32/pwm.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/pwm.c')
-rw-r--r--chip/stm32/pwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/stm32/pwm.c b/chip/stm32/pwm.c
index f9b1aeec10..b8683ed9f4 100644
--- a/chip/stm32/pwm.c
+++ b/chip/stm32/pwm.c
@@ -10,7 +10,7 @@
#include "hooks.h"
#include "hwtimer.h"
#include "pwm.h"
-#include "pwm_data.h"
+#include "pwm_chip.h"
#include "registers.h"
#include "util.h"