diff options
| author | hathach <[email protected]> | 2018-03-11 13:08:04 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-11 13:08:04 +0700 |
| commit | 276603fead99065ce89557dab6286ceec8ea9995 (patch) | |
| tree | 60fb4dfddf4b8f9247494493281bcbb5c720f8ec /tinyusb/device | |
| parent | 5f3492c8710986d26e2b78d1487210636a5a61d6 (diff) | |
rename dcd.h to tusb_dcd.h
Diffstat (limited to 'tinyusb/device')
| -rw-r--r-- | tinyusb/device/usbd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/device/usbd.h b/tinyusb/device/usbd.h index 7363afc2a..3fb6a6254 100644 --- a/tinyusb/device/usbd.h +++ b/tinyusb/device/usbd.h @@ -51,7 +51,7 @@ //--------------------------------------------------------------------+
#include "common/common.h"
#include "osal/osal.h"
-#include "dcd.h"
+#include "tusb_dcd.h"
//--------------------------------------------------------------------+
// MACRO CONSTANT TYPEDEF
|
