summaryrefslogtreecommitdiff
path: root/src/device/usbd.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-07-21 17:00:02 +0700
committerhathach <[email protected]>2021-07-22 00:12:01 +0700
commit37cac414f83fb939d8b9e4c41d5fa49a6f0e309e (patch)
treed93c9c75dc743384350fc6f3e3951ad835867269 /src/device/usbd.h
parenta226dbaa4d1df9e5258e7f4dfacdc76906b08084 (diff)
fix ci
Diffstat (limited to 'src/device/usbd.h')
-rw-r--r--src/device/usbd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/device/usbd.h b/src/device/usbd.h
index e6a4d550b..9500ad70c 100644
--- a/src/device/usbd.h
+++ b/src/device/usbd.h
@@ -27,12 +27,12 @@
#ifndef _TUSB_USBD_H_
#define _TUSB_USBD_H_
+#include "common/tusb_common.h"
+
#ifdef __cplusplus
extern "C" {
#endif
-#include "common/tusb_common.h"
-
//--------------------------------------------------------------------+
// Application API
//--------------------------------------------------------------------+