summaryrefslogtreecommitdiff
path: root/chip/stm32/usart_rx_interrupt-stm32l.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/usart_rx_interrupt-stm32l.c')
-rw-r--r--chip/stm32/usart_rx_interrupt-stm32l.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/chip/stm32/usart_rx_interrupt-stm32l.c b/chip/stm32/usart_rx_interrupt-stm32l.c
index 2c74d7dbd1..750809307b 100644
--- a/chip/stm32/usart_rx_interrupt-stm32l.c
+++ b/chip/stm32/usart_rx_interrupt-stm32l.c
@@ -5,11 +5,12 @@
/* Interrupt based USART RX driver for STM32L */
+#include "usart.h"
+
#include "atomic.h"
#include "common.h"
#include "queue.h"
#include "registers.h"
-#include "usart.h"
static void usart_rx_init(struct usart_config const *config)
{