summaryrefslogtreecommitdiff
path: root/tinyusb/host/ohci
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/host/ohci
parent6f1565c50eb4043b93b54e53d0bea8e25c7d830c (diff)
more rename
Diffstat (limited to 'tinyusb/host/ohci')
-rw-r--r--tinyusb/host/ohci/ohci.c2
-rw-r--r--tinyusb/host/ohci/ohci.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/tinyusb/host/ohci/ohci.c b/tinyusb/host/ohci/ohci.c
index f4fea2b01..7395730f3 100644
--- a/tinyusb/host/ohci/ohci.c
+++ b/tinyusb/host/ohci/ohci.c
@@ -36,7 +36,7 @@
*/
/**************************************************************************/
-#include "common/common.h"
+#include <common/tusb_common.h>
#if MODE_HOST_SUPPORTED && (TUSB_CFG_MCU == MCU_LPC175X_6X)
//--------------------------------------------------------------------+
diff --git a/tinyusb/host/ohci/ohci.h b/tinyusb/host/ohci/ohci.h
index 3d3607c2f..6c73326af 100644
--- a/tinyusb/host/ohci/ohci.h
+++ b/tinyusb/host/ohci/ohci.h
@@ -49,7 +49,7 @@
extern "C" {
#endif
-#include "common/common.h"
+#include "common/tusb_common.h"
//--------------------------------------------------------------------+
// OHCI CONFIGURATION & CONSTANTS