summaryrefslogtreecommitdiff
path: root/chip/stm32/usart_host_command.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/usart_host_command.c')
-rw-r--r--chip/stm32/usart_host_command.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/chip/stm32/usart_host_command.c b/chip/stm32/usart_host_command.c
index 817343df98..437975e609 100644
--- a/chip/stm32/usart_host_command.c
+++ b/chip/stm32/usart_host_command.c
@@ -3,8 +3,8 @@
* found in the LICENSE file.
*/
-#include "clock.h"
#include "common.h"
+#include "clock.h"
#include "dma.h"
#include "gpio.h"
#include "hooks.h"
@@ -13,9 +13,9 @@
#include "registers.h"
#include "system.h"
#include "task.h"
-#include "usart-stm32f4.h"
-#include "usart_host_command.h"
#include "usart_rx_dma.h"
+#include "usart_host_command.h"
+#include "usart-stm32f4.h"
#include "util.h"
/* Console output macros */