From 34dbb3532ce4a5dd22cf8e596eb007003c3dd43c Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 12 Mar 2018 22:45:35 +0700 Subject: more rename --- tinyusb/device/dcd_lpc175x_6x.h | 2 +- tinyusb/device/dcd_lpc_11uxx_13uxx.c | 2 +- tinyusb/device/usbd.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tinyusb/device') diff --git a/tinyusb/device/dcd_lpc175x_6x.h b/tinyusb/device/dcd_lpc175x_6x.h index fe3c509c8..75cc265b4 100644 --- a/tinyusb/device/dcd_lpc175x_6x.h +++ b/tinyusb/device/dcd_lpc175x_6x.h @@ -43,7 +43,7 @@ #ifndef _TUSB_DCD_LPC175X_6X_H_ #define _TUSB_DCD_LPC175X_6X_H_ -#include "common/common.h" +#include #ifdef __cplusplus extern "C" { diff --git a/tinyusb/device/dcd_lpc_11uxx_13uxx.c b/tinyusb/device/dcd_lpc_11uxx_13uxx.c index a94a25328..c77cbd041 100644 --- a/tinyusb/device/dcd_lpc_11uxx_13uxx.c +++ b/tinyusb/device/dcd_lpc_11uxx_13uxx.c @@ -48,7 +48,7 @@ //--------------------------------------------------------------------+ // INCLUDE //--------------------------------------------------------------------+ -#include "common/common.h" +#include "common/tusb_common.h" #include "hal/hal.h" #include "osal/osal.h" #include "common/timeout_timer.h" diff --git a/tinyusb/device/usbd.h b/tinyusb/device/usbd.h index f16a0215b..8926d225c 100644 --- a/tinyusb/device/usbd.h +++ b/tinyusb/device/usbd.h @@ -49,7 +49,7 @@ //--------------------------------------------------------------------+ // INCLUDE //--------------------------------------------------------------------+ -#include "common/common.h" +#include #include "osal/osal.h" #include "tusb_dcd.h" -- cgit v1.3.1