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/cdc | |
| parent | 3c4ab6bd8adaa20d1fe0c417761d2810456dbcbd (diff) | |
add usbh_classdriver.h
Diffstat (limited to 'src/class/cdc')
| -rw-r--r-- | src/class/cdc/cdc_host.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/class/cdc/cdc_host.c b/src/class/cdc/cdc_host.c index facf86d56..dbe5341e9 100644 --- a/src/class/cdc/cdc_host.c +++ b/src/class/cdc/cdc_host.c @@ -29,6 +29,8 @@ #if (TUSB_OPT_HOST_ENABLED && CFG_TUH_CDC) #include "host/usbh.h" +#include "host/usbh_classdriver.h" + #include "cdc_host.h" //--------------------------------------------------------------------+ |
