summaryrefslogtreecommitdiff
path: root/tinyusb/class/hid
diff options
context:
space:
mode:
Diffstat (limited to 'tinyusb/class/hid')
-rw-r--r--tinyusb/class/hid/hid.h2
-rw-r--r--tinyusb/class/hid/hid_device.c2
-rw-r--r--tinyusb/class/hid/hid_device.h2
-rw-r--r--tinyusb/class/hid/hid_host.c2
-rw-r--r--tinyusb/class/hid/hid_host.h2
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"