summaryrefslogtreecommitdiff
path: root/tinyusb/class/msc
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-03-12 22:45:35 +0700
committerhathach <[email protected]>2018-03-12 22:45:35 +0700
commit34dbb3532ce4a5dd22cf8e596eb007003c3dd43c (patch)
treef441b1a73c2c17ca02278a2098c0056a44174959 /tinyusb/class/msc
parent6f1565c50eb4043b93b54e53d0bea8e25c7d830c (diff)
more rename
Diffstat (limited to 'tinyusb/class/msc')
-rw-r--r--tinyusb/class/msc/msc.h2
-rw-r--r--tinyusb/class/msc/msc_device.c2
-rw-r--r--tinyusb/class/msc/msc_device.h2
-rw-r--r--tinyusb/class/msc/msc_host.c2
-rw-r--r--tinyusb/class/msc/msc_host.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/tinyusb/class/msc/msc.h b/tinyusb/class/msc/msc.h
index cfd9b5e88..da18eb071 100644
--- a/tinyusb/class/msc/msc.h
+++ b/tinyusb/class/msc/msc.h
@@ -46,7 +46,7 @@
#ifndef _TUSB_MSC_H_
#define _TUSB_MSC_H_
-#include "common/common.h"
+#include <common/tusb_common.h>
#ifdef __cplusplus
extern "C" {
diff --git a/tinyusb/class/msc/msc_device.c b/tinyusb/class/msc/msc_device.c
index a929b53e2..26e5536de 100644
--- a/tinyusb/class/msc/msc_device.c
+++ b/tinyusb/class/msc/msc_device.c
@@ -44,7 +44,7 @@
//--------------------------------------------------------------------+
// INCLUDE
//--------------------------------------------------------------------+
-#include "common/common.h"
+#include <common/tusb_common.h>
#include "msc_device.h"
//--------------------------------------------------------------------+
diff --git a/tinyusb/class/msc/msc_device.h b/tinyusb/class/msc/msc_device.h
index 06fc7cf05..98c041849 100644
--- a/tinyusb/class/msc/msc_device.h
+++ b/tinyusb/class/msc/msc_device.h
@@ -39,7 +39,7 @@
#ifndef _TUSB_MSC_DEVICE_H_
#define _TUSB_MSC_DEVICE_H_
-#include "common/common.h"
+#include <common/tusb_common.h>
#include "device/usbd.h"
#include "msc.h"
diff --git a/tinyusb/class/msc/msc_host.c b/tinyusb/class/msc/msc_host.c
index b1e8e84ca..545b7379a 100644
--- a/tinyusb/class/msc/msc_host.c
+++ b/tinyusb/class/msc/msc_host.c
@@ -45,7 +45,7 @@
//--------------------------------------------------------------------+
// INCLUDE
//--------------------------------------------------------------------+
-#include "common/common.h"
+#include "common/tusb_common.h"
#include "msc_host.h"
//--------------------------------------------------------------------+
diff --git a/tinyusb/class/msc/msc_host.h b/tinyusb/class/msc/msc_host.h
index 9eb79f3c0..7237ee34d 100644
--- a/tinyusb/class/msc/msc_host.h
+++ b/tinyusb/class/msc/msc_host.h
@@ -39,7 +39,7 @@
#ifndef _TUSB_MSC_HOST_H_
#define _TUSB_MSC_HOST_H_
-#include "common/common.h"
+#include "common/tusb_common.h"
#include "host/usbh.h"
#include "msc.h"