diff options
| author | hathach <[email protected]> | 2018-03-28 13:44:39 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-28 13:44:39 +0700 |
| commit | 5b4f948eec2b510843311d8c6bd920dfedbde78c (patch) | |
| tree | 931655b3737421e26e416925fe2c7be83275cb88 /tinyusb | |
| parent | 111065c0425330fba94d3beded9275fb0a894d78 (diff) | |
dcd renaming
Diffstat (limited to 'tinyusb')
| -rw-r--r-- | tinyusb/device/dcd.h (renamed from tinyusb/tusb_dcd.h) | 0 | ||||
| -rw-r--r-- | tinyusb/device/usbd.h | 2 | ||||
| -rw-r--r-- | tinyusb/portable/nordic/nrf5x/dcd_nrf5x.c | 2 | ||||
| -rw-r--r-- | tinyusb/portable/nxp/lpc11xx_lpc13xx/dcd_lpc_11uxx_13uxx.c | 2 | ||||
| -rw-r--r-- | tinyusb/portable/nxp/lpc17xx/dcd_lpc175x_6x.c | 2 | ||||
| -rw-r--r-- | tinyusb/portable/nxp/lpc43xx_lpc18xx/dcd_lpc43xx.c | 2 |
6 files changed, 5 insertions, 5 deletions
diff --git a/tinyusb/tusb_dcd.h b/tinyusb/device/dcd.h index 4765f0465..4765f0465 100644 --- a/tinyusb/tusb_dcd.h +++ b/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 <common/tusb_common.h>
#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"
|
