summaryrefslogtreecommitdiff
path: root/chip/stm32/usb_endpoints.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/usb_endpoints.c')
-rw-r--r--chip/stm32/usb_endpoints.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/chip/stm32/usb_endpoints.c b/chip/stm32/usb_endpoints.c
index 57ebc86eb2..cf8cb17869 100644
--- a/chip/stm32/usb_endpoints.c
+++ b/chip/stm32/usb_endpoints.c
@@ -5,14 +5,13 @@
* USB endpoints/interfaces callbacks declaration
*/
-#include "common.h"
+#include <stdint.h>
+#include <stddef.h>
#include "compiler.h"
#include "config.h"
+#include "common.h"
#include "usb_hw.h"
-#include <stddef.h>
-#include <stdint.h>
-
typedef void (*xfer_func)(void);
typedef void (*evt_func)(enum usb_ep_event evt);