summaryrefslogtreecommitdiff
path: root/chip/stm32/adc-stm32l.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/adc-stm32l.c')
-rw-r--r--chip/stm32/adc-stm32l.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/stm32/adc-stm32l.c b/chip/stm32/adc-stm32l.c
index 06b16224f7..636710f071 100644
--- a/chip/stm32/adc-stm32l.c
+++ b/chip/stm32/adc-stm32l.c
@@ -4,9 +4,9 @@
*/
#include "adc.h"
-#include "clock.h"
#include "common.h"
#include "console.h"
+#include "clock.h"
#include "dma.h"
#include "hooks.h"
#include "registers.h"