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, 2 insertions, 1 deletions
diff --git a/chip/stm32/usart-stm32l.c b/chip/stm32/usart-stm32l.c
index b6c9e21595..dc300d598a 100644
--- a/chip/stm32/usart-stm32l.c
+++ b/chip/stm32/usart-stm32l.c
@@ -2,13 +2,14 @@
* 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"
/*