diff options
Diffstat (limited to 'tinyusb/class/cdc')
| -rw-r--r-- | tinyusb/class/cdc/cdc.h | 2 | ||||
| -rw-r--r-- | tinyusb/class/cdc/cdc_device.c | 2 | ||||
| -rw-r--r-- | tinyusb/class/cdc/cdc_device.h | 2 | ||||
| -rw-r--r-- | tinyusb/class/cdc/cdc_host.c | 2 | ||||
| -rw-r--r-- | tinyusb/class/cdc/cdc_host.h | 2 | ||||
| -rw-r--r-- | tinyusb/class/cdc/cdc_rndis_host.c | 2 | ||||
| -rw-r--r-- | tinyusb/class/cdc/cdc_rndis_host.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/tinyusb/class/cdc/cdc.h b/tinyusb/class/cdc/cdc.h index 2bc6448c3..6eb00e040 100644 --- a/tinyusb/class/cdc/cdc.h +++ b/tinyusb/class/cdc/cdc.h @@ -44,7 +44,7 @@ #ifndef _TUSB_CDC_H__
#define _TUSB_CDC_H__
-#include "common/common.h"
+#include "common/tusb_common.h"
#ifdef __cplusplus
extern "C" {
diff --git a/tinyusb/class/cdc/cdc_device.c b/tinyusb/class/cdc/cdc_device.c index 52f8a4bdd..957026d79 100644 --- a/tinyusb/class/cdc/cdc_device.c +++ b/tinyusb/class/cdc/cdc_device.c @@ -44,7 +44,7 @@ //--------------------------------------------------------------------+
// INCLUDE
//--------------------------------------------------------------------+
-#include "common/common.h"
+#include <common/tusb_common.h>
#include "cdc_device.h"
//--------------------------------------------------------------------+
diff --git a/tinyusb/class/cdc/cdc_device.h b/tinyusb/class/cdc/cdc_device.h index a55655838..4ae9be7c1 100644 --- a/tinyusb/class/cdc/cdc_device.h +++ b/tinyusb/class/cdc/cdc_device.h @@ -39,7 +39,7 @@ #ifndef _TUSB_CDC_DEVICE_H_
#define _TUSB_CDC_DEVICE_H_
-#include "common/common.h"
+#include "common/tusb_common.h"
#include "device/usbd.h"
#include "cdc.h"
diff --git a/tinyusb/class/cdc/cdc_host.c b/tinyusb/class/cdc/cdc_host.c index fc1f8fba0..2d39d4155 100644 --- a/tinyusb/class/cdc/cdc_host.c +++ b/tinyusb/class/cdc/cdc_host.c @@ -45,7 +45,7 @@ //--------------------------------------------------------------------+
// INCLUDE
//--------------------------------------------------------------------+
-#include "common/common.h"
+#include "common/tusb_common.h"
#include "cdc_host.h"
//--------------------------------------------------------------------+
diff --git a/tinyusb/class/cdc/cdc_host.h b/tinyusb/class/cdc/cdc_host.h index ed04c903d..c4585cd8b 100644 --- a/tinyusb/class/cdc/cdc_host.h +++ b/tinyusb/class/cdc/cdc_host.h @@ -40,7 +40,7 @@ #ifndef _TUSB_CDC_HOST_H_
#define _TUSB_CDC_HOST_H_
-#include "common/common.h"
+#include "common/tusb_common.h"
#include "host/usbh.h"
#include "cdc.h"
diff --git a/tinyusb/class/cdc/cdc_rndis_host.c b/tinyusb/class/cdc/cdc_rndis_host.c index 1660507b2..6c0a74d3e 100644 --- a/tinyusb/class/cdc/cdc_rndis_host.c +++ b/tinyusb/class/cdc/cdc_rndis_host.c @@ -45,7 +45,7 @@ //--------------------------------------------------------------------+ // INCLUDE //--------------------------------------------------------------------+ -#include "common/common.h" +#include "common/tusb_common.h" #include "cdc_host.h" #include "cdc_rndis_host.h" diff --git a/tinyusb/class/cdc/cdc_rndis_host.h b/tinyusb/class/cdc/cdc_rndis_host.h index 8b68298dd..c4597daa8 100644 --- a/tinyusb/class/cdc/cdc_rndis_host.h +++ b/tinyusb/class/cdc/cdc_rndis_host.h @@ -43,7 +43,7 @@ #ifndef _TUSB_CDC_RNDIS_HOST_H_ #define _TUSB_CDC_RNDIS_HOST_H_ -#include "common/common.h" +#include "common/tusb_common.h" #include "host/usbh.h" #include "cdc_rndis.h" |
