summaryrefslogtreecommitdiff
path: root/chip/stm32/clock-stm32f3.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/clock-stm32f3.c')
-rw-r--r--chip/stm32/clock-stm32f3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/stm32/clock-stm32f3.c b/chip/stm32/clock-stm32f3.c
index 5b17fe56eb..7d2b3de7f2 100644
--- a/chip/stm32/clock-stm32f3.c
+++ b/chip/stm32/clock-stm32f3.c
@@ -6,8 +6,8 @@
/* Clocks and power management settings */
#include "chipset.h"
-#include "clock-f.h"
#include "clock.h"
+#include "clock-f.h"
#include "common.h"
#include "console.h"
#include "cpu.h"