From 34dbb3532ce4a5dd22cf8e596eb007003c3dd43c Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 12 Mar 2018 22:45:35 +0700 Subject: more rename --- tinyusb/host/ehci/ehci.c | 2 +- tinyusb/host/ehci/ehci.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tinyusb/host/ehci') diff --git a/tinyusb/host/ehci/ehci.c b/tinyusb/host/ehci/ehci.c index bf135fdc1..e107b11c8 100644 --- a/tinyusb/host/ehci/ehci.c +++ b/tinyusb/host/ehci/ehci.c @@ -36,7 +36,7 @@ */ /**************************************************************************/ -#include "common/common.h" +#include "common/tusb_common.h" #if MODE_HOST_SUPPORTED && (TUSB_CFG_MCU == MCU_LPC43XX || TUSB_CFG_MCU == MCU_LPC18XX) //--------------------------------------------------------------------+ diff --git a/tinyusb/host/ehci/ehci.h b/tinyusb/host/ehci/ehci.h index 0c37fba97..aa91d629a 100644 --- a/tinyusb/host/ehci/ehci.h +++ b/tinyusb/host/ehci/ehci.h @@ -45,7 +45,7 @@ #ifndef _TUSB_EHCI_H_ #define _TUSB_EHCI_H_ -#include "common/common.h" +#include "common/tusb_common.h" #include "../hcd.h" /* Abbreviation -- cgit v1.3.1