diff options
| author | hathach <[email protected]> | 2021-06-10 16:48:20 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-06-10 16:48:20 +0700 |
| commit | 13cb0160421a6a66429e99ed103afba4f1c345ce (patch) | |
| tree | e5f38f2002ef690af1b45da84d90b526c495ebaf /src/class/hid | |
| parent | 3c4ab6bd8adaa20d1fe0c417761d2810456dbcbd (diff) | |
add usbh_classdriver.h
Diffstat (limited to 'src/class/hid')
| -rw-r--r-- | src/class/hid/hid_host.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/class/hid/hid_host.c b/src/class/hid/hid_host.c index 83f3f3039..ec50f55f9 100644 --- a/src/class/hid/hid_host.c +++ b/src/class/hid/hid_host.c @@ -29,6 +29,8 @@ #if (TUSB_OPT_HOST_ENABLED && CFG_TUH_HID) #include "host/usbh.h" +#include "host/usbh_classdriver.h" + #include "hid_host.h" //--------------------------------------------------------------------+ |
