From 34dbb3532ce4a5dd22cf8e596eb007003c3dd43c Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 12 Mar 2018 22:45:35 +0700 Subject: more rename --- tinyusb/class/hid/hid.h | 2 +- tinyusb/class/hid/hid_device.c | 2 +- tinyusb/class/hid/hid_device.h | 2 +- tinyusb/class/hid/hid_host.c | 2 +- tinyusb/class/hid/hid_host.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'tinyusb/class/hid') diff --git a/tinyusb/class/hid/hid.h b/tinyusb/class/hid/hid.h index 54b78734b..d53eb979d 100644 --- a/tinyusb/class/hid/hid.h +++ b/tinyusb/class/hid/hid.h @@ -43,7 +43,7 @@ #ifndef _TUSB_HID_H_ #define _TUSB_HID_H_ -#include "common/common.h" +#include "common/tusb_common.h" #ifdef __cplusplus extern "C" { diff --git a/tinyusb/class/hid/hid_device.c b/tinyusb/class/hid/hid_device.c index c11936e2f..fd6da979f 100644 --- a/tinyusb/class/hid/hid_device.c +++ b/tinyusb/class/hid/hid_device.c @@ -44,7 +44,7 @@ //--------------------------------------------------------------------+ // INCLUDE //--------------------------------------------------------------------+ -#include "common/common.h" +#include "common/tusb_common.h" #include "hid_device.h" //--------------------------------------------------------------------+ diff --git a/tinyusb/class/hid/hid_device.h b/tinyusb/class/hid/hid_device.h index c2ca246f1..83ed2e8b5 100644 --- a/tinyusb/class/hid/hid_device.h +++ b/tinyusb/class/hid/hid_device.h @@ -39,7 +39,7 @@ #ifndef _TUSB_HID_DEVICE_H_ #define _TUSB_HID_DEVICE_H_ -#include "common/common.h" +#include "common/tusb_common.h" #include "device/usbd.h" #include "hid.h" diff --git a/tinyusb/class/hid/hid_host.c b/tinyusb/class/hid/hid_host.c index a86dfa372..88e6684e9 100644 --- a/tinyusb/class/hid/hid_host.c +++ b/tinyusb/class/hid/hid_host.c @@ -44,7 +44,7 @@ //--------------------------------------------------------------------+ // INCLUDE //--------------------------------------------------------------------+ -#include "common/common.h" +#include "common/tusb_common.h" #include "hid_host.h" //--------------------------------------------------------------------+ diff --git a/tinyusb/class/hid/hid_host.h b/tinyusb/class/hid/hid_host.h index dc294e533..e7094c121 100644 --- a/tinyusb/class/hid/hid_host.h +++ b/tinyusb/class/hid/hid_host.h @@ -42,7 +42,7 @@ #ifndef _TUSB_HID_HOST_H_ #define _TUSB_HID_HOST_H_ -#include "common/common.h" +#include "common/tusb_common.h" #include "host/usbh.h" #include "hid.h" -- cgit v1.3.1