summaryrefslogtreecommitdiff
path: root/chip/stm32/usart_tx_interrupt.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/usart_tx_interrupt.c')
-rw-r--r--chip/stm32/usart_tx_interrupt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/chip/stm32/usart_tx_interrupt.c b/chip/stm32/usart_tx_interrupt.c
index 7c99840e26..80d1d4df0f 100644
--- a/chip/stm32/usart_tx_interrupt.c
+++ b/chip/stm32/usart_tx_interrupt.c
@@ -5,11 +5,12 @@
/* Interrupt based USART TX driver for STM32 */
+#include "usart.h"
+
#include "common.h"
#include "registers.h"
#include "system.h"
#include "task.h"
-#include "usart.h"
#include "usart_host_command.h"
#include "util.h"