summaryrefslogtreecommitdiff
path: root/chip/stm32/usb_dwc_stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/usb_dwc_stream.c')
-rw-r--r--chip/stm32/usb_dwc_stream.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/chip/stm32/usb_dwc_stream.c b/chip/stm32/usb_dwc_stream.c
index 670c93b437..78e0a4b484 100644
--- a/chip/stm32/usb_dwc_stream.c
+++ b/chip/stm32/usb_dwc_stream.c
@@ -3,12 +3,11 @@
* found in the LICENSE file.
*/
+#include "console.h"
#include "registers.h"
#include "timer.h"
#include "usb_dwc_stream.h"
#include "util.h"
-
-#include "console.h"
#define CPRINTF(format, args...) cprintf(CC_USB, format, ##args)
/*