diff options
Diffstat (limited to 'tinyusb/class/hid_host.c')
| -rw-r--r-- | tinyusb/class/hid_host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/class/hid_host.c b/tinyusb/class/hid_host.c index d0c3f13ea..dbf19b9f9 100644 --- a/tinyusb/class/hid_host.c +++ b/tinyusb/class/hid_host.c @@ -35,7 +35,7 @@ * This file is part of the tiny usb stack. */ -#include "hid.h" +#include "hid_host.h" #if defined DEVICE_CLASS_HID && defined TUSB_CFG_HOST |
