summaryrefslogtreecommitdiff
path: root/tinyusb/class/hid/hid_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'tinyusb/class/hid/hid_host.h')
-rw-r--r--tinyusb/class/hid/hid_host.h2
1 files changed, 1 insertions, 1 deletions
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"