summaryrefslogtreecommitdiff
path: root/chip/stm32/usart-stm32l.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/usart-stm32l.c')
-rw-r--r--chip/stm32/usart-stm32l.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/chip/stm32/usart-stm32l.c b/chip/stm32/usart-stm32l.c
index dc300d598a..b6c9e21595 100644
--- a/chip/stm32/usart-stm32l.c
+++ b/chip/stm32/usart-stm32l.c
@@ -2,14 +2,13 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
-#include "usart-stm32l.h"
-
#include "clock.h"
#include "common.h"
#include "compile_time_macros.h"
#include "hooks.h"
#include "registers.h"
#include "task.h"
+#include "usart-stm32l.h"
#include "util.h"
/*