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 | |
| parent | 5f3492c8710986d26e2b78d1487210636a5a61d6 (diff) | |
rename dcd.h to tusb_dcd.h
| -rw-r--r-- | hw/mcu/nxp/lpc43xx/tusb_port/dcd_lpc43xx.c | 2 | ||||
| -rw-r--r-- | tinyusb/device/usbd.h | 2 | ||||
| -rw-r--r-- | tinyusb/tusb_dcd.h (renamed from tinyusb/dcd.h) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/hw/mcu/nxp/lpc43xx/tusb_port/dcd_lpc43xx.c b/hw/mcu/nxp/lpc43xx/tusb_port/dcd_lpc43xx.c index 231eca8fa..43e33a4e2 100644 --- a/hw/mcu/nxp/lpc43xx/tusb_port/dcd_lpc43xx.c +++ b/hw/mcu/nxp/lpc43xx/tusb_port/dcd_lpc43xx.c @@ -48,7 +48,7 @@ #include "osal/osal.h"
#include "common/timeout_timer.h"
-#include "dcd.h"
+#include "tusb_dcd.h"
#include "dcd_lpc43xx.h"
#include "LPC43xx.h"
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
diff --git a/tinyusb/dcd.h b/tinyusb/tusb_dcd.h index a7aec4ef9..a7aec4ef9 100644 --- a/tinyusb/dcd.h +++ b/tinyusb/tusb_dcd.h |
