diff options
| author | hathach <[email protected]> | 2018-03-12 22:45:35 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-12 22:45:35 +0700 |
| commit | 34dbb3532ce4a5dd22cf8e596eb007003c3dd43c (patch) | |
| tree | f441b1a73c2c17ca02278a2098c0056a44174959 /tinyusb/class/hid | |
| parent | 6f1565c50eb4043b93b54e53d0bea8e25c7d830c (diff) | |
more rename
Diffstat (limited to 'tinyusb/class/hid')
| -rw-r--r-- | tinyusb/class/hid/hid.h | 2 | ||||
| -rw-r--r-- | tinyusb/class/hid/hid_device.c | 2 | ||||
| -rw-r--r-- | tinyusb/class/hid/hid_device.h | 2 | ||||
| -rw-r--r-- | tinyusb/class/hid/hid_host.c | 2 | ||||
| -rw-r--r-- | tinyusb/class/hid/hid_host.h | 2 |
5 files changed, 5 insertions, 5 deletions
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"
|
