diff options
| author | hathach <[email protected]> | 2021-05-27 18:18:30 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-05-27 18:34:07 +0700 |
| commit | 9ad6fadf6a65363f9873178e7f80c923452bfb47 (patch) | |
| tree | 181cf339534e2c2e946e050e4997647bb4f473e8 /src/class/hid/hid_host.c | |
| parent | f384d6f67e200b855e7b07a1fc3218c874e43a42 (diff) | |
more include clean up
Diffstat (limited to 'src/class/hid/hid_host.c')
| -rw-r--r-- | src/class/hid/hid_host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/hid/hid_host.c b/src/class/hid/hid_host.c index 1bc86e4ad..83f3f3039 100644 --- a/src/class/hid/hid_host.c +++ b/src/class/hid/hid_host.c @@ -28,7 +28,7 @@ #if (TUSB_OPT_HOST_ENABLED && CFG_TUH_HID) -#include "common/tusb_common.h" +#include "host/usbh.h" #include "hid_host.h" //--------------------------------------------------------------------+ |
