diff options
| author | hathach <[email protected]> | 2018-03-11 12:31:24 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-11 12:31:24 +0700 |
| commit | 6392903fb2b81c24bcbdfea323f58aaaf94e15ce (patch) | |
| tree | 7924877c16956c21f31dc86518cf9d319284e9a9 /tinyusb/device/usbd.c | |
| parent | 23caef859c862a9f94de5d581371b2690f175ea9 (diff) | |
refactor dcd layer
Diffstat (limited to 'tinyusb/device/usbd.c')
| -rw-r--r-- | tinyusb/device/usbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/device/usbd.c b/tinyusb/device/usbd.c index a89d91c32..38a44a70f 100644 --- a/tinyusb/device/usbd.c +++ b/tinyusb/device/usbd.c @@ -46,7 +46,7 @@ // INCLUDE
//--------------------------------------------------------------------+
#include "tusb.h"
-#include "usbd_dcd.h"
+#include "usbd.h"
//--------------------------------------------------------------------+
// MACRO CONSTANT TYPEDEF
|
