summaryrefslogtreecommitdiff
path: root/chip/stm32/usb-stm32f3.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/usb-stm32f3.c')
-rw-r--r--chip/stm32/usb-stm32f3.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/chip/stm32/usb-stm32f3.c b/chip/stm32/usb-stm32f3.c
index bef15db566..eb48129e09 100644
--- a/chip/stm32/usb-stm32f3.c
+++ b/chip/stm32/usb-stm32f3.c
@@ -5,8 +5,9 @@
* STM32F3 Family specific USB functionality
*/
-#include "system.h"
#include "usb-stm32f3.h"
+
+#include "system.h"
#include "usb_api.h"
void usb_connect(void)