diff --git a/tinyusb/tusb_dcd.h b/tinyusb/device/dcd.h similarity index 100% rename from tinyusb/tusb_dcd.h rename to tinyusb/device/dcd.h diff --git a/tinyusb/device/usbd.h b/tinyusb/device/usbd.h index 545b636d8..a2559d880 100644 --- a/tinyusb/device/usbd.h +++ b/tinyusb/device/usbd.h @@ -51,7 +51,7 @@ //--------------------------------------------------------------------+ #include #include "osal/osal.h" -#include "tusb_dcd.h" +#include "device/dcd.h" //--------------------------------------------------------------------+ // MACRO CONSTANT TYPEDEF diff --git a/tinyusb/portable/nordic/nrf5x/dcd_nrf5x.c b/tinyusb/portable/nordic/nrf5x/dcd_nrf5x.c index a57427d6b..7e7c35008 100644 --- a/tinyusb/portable/nordic/nrf5x/dcd_nrf5x.c +++ b/tinyusb/portable/nordic/nrf5x/dcd_nrf5x.c @@ -45,7 +45,7 @@ #include "nrf_drv_power.h" #include "nrf_drv_usbd_errata.h" -#include "tusb_dcd.h" +#include "device/dcd.h" /*------------------------------------------------------------------*/ /* MACRO TYPEDEF CONSTANT ENUM diff --git a/tinyusb/portable/nxp/lpc11xx_lpc13xx/dcd_lpc_11uxx_13uxx.c b/tinyusb/portable/nxp/lpc11xx_lpc13xx/dcd_lpc_11uxx_13uxx.c index 44a12b2e6..e7bb24435 100644 --- a/tinyusb/portable/nxp/lpc11xx_lpc13xx/dcd_lpc_11uxx_13uxx.c +++ b/tinyusb/portable/nxp/lpc11xx_lpc13xx/dcd_lpc_11uxx_13uxx.c @@ -53,7 +53,7 @@ #include "osal/osal.h" #include "common/timeout_timer.h" -#include "dcd.h" +#include "device/dcd.h" #include "usbd_dcd.h" #include "dcd_lpc_11uxx_13uxx.h" diff --git a/tinyusb/portable/nxp/lpc17xx/dcd_lpc175x_6x.c b/tinyusb/portable/nxp/lpc17xx/dcd_lpc175x_6x.c index ac1aadd8c..eac7f45fc 100644 --- a/tinyusb/portable/nxp/lpc17xx/dcd_lpc175x_6x.c +++ b/tinyusb/portable/nxp/lpc17xx/dcd_lpc175x_6x.c @@ -44,7 +44,7 @@ //--------------------------------------------------------------------+ // INCLUDE //--------------------------------------------------------------------+ -#include "dcd.h" +#include "device/dcd.h" #include "dcd_lpc175x_6x.h" #include "usbd_dcd.h" diff --git a/tinyusb/portable/nxp/lpc43xx_lpc18xx/dcd_lpc43xx.c b/tinyusb/portable/nxp/lpc43xx_lpc18xx/dcd_lpc43xx.c index a1e44763d..796924dcc 100644 --- a/tinyusb/portable/nxp/lpc43xx_lpc18xx/dcd_lpc43xx.c +++ b/tinyusb/portable/nxp/lpc43xx_lpc18xx/dcd_lpc43xx.c @@ -48,7 +48,7 @@ #include "osal/osal.h" #include "common/timeout_timer.h" -#include "tusb_dcd.h" +#include "device/dcd.h" #include "dcd_lpc43xx.h" #include "LPC43xx.h"