summaryrefslogtreecommitdiff
path: root/chip
diff options
context:
space:
mode:
Diffstat (limited to 'chip')
-rw-r--r--chip/lm4/pwm.c2
-rw-r--r--chip/lm4/pwm_chip.h (renamed from chip/lm4/pwm_data.h)0
-rw-r--r--chip/stm32/power_led.c2
-rw-r--r--chip/stm32/pwm.c2
-rw-r--r--chip/stm32/pwm_chip.h (renamed from chip/stm32/pwm_data.h)0
5 files changed, 3 insertions, 3 deletions
diff --git a/chip/lm4/pwm.c b/chip/lm4/pwm.c
index c9d1dbe4a4..6e52ebb369 100644
--- a/chip/lm4/pwm.c
+++ b/chip/lm4/pwm.c
@@ -9,7 +9,7 @@
#include "gpio.h"
#include "hooks.h"
#include "pwm.h"
-#include "pwm_data.h"
+#include "pwm_chip.h"
#include "registers.h"
#include "util.h"
diff --git a/chip/lm4/pwm_data.h b/chip/lm4/pwm_chip.h
index ac83fcf7da..ac83fcf7da 100644
--- a/chip/lm4/pwm_data.h
+++ b/chip/lm4/pwm_chip.h
diff --git a/chip/stm32/power_led.c b/chip/stm32/power_led.c
index cdfb8a4ff5..976ab0208f 100644
--- a/chip/stm32/power_led.c
+++ b/chip/stm32/power_led.c
@@ -22,7 +22,7 @@
#include "hwtimer.h"
#include "power_led.h"
#include "pwm.h"
-#include "pwm_data.h"
+#include "pwm_chip.h"
#include "registers.h"
#include "task.h"
#include "timer.h"
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"
diff --git a/chip/stm32/pwm_data.h b/chip/stm32/pwm_chip.h
index d588dabeaa..d588dabeaa 100644
--- a/chip/stm32/pwm_data.h
+++ b/chip/stm32/pwm_chip.h