diff options
| author | hathach <[email protected]> | 2023-08-15 22:51:21 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-08-15 22:54:07 +0700 |
| commit | 1b33a315365184a74a8b5bbce5fdbdfc4dfe6f69 (patch) | |
| tree | f146ced70467cc4243fb2ad11a786a44131bf204 /src/class/cdc | |
| parent | 9d942967414d7b95f3a132c284ef83f386a0c467 (diff) | |
more minor clean up
- also rename usbh_classdriver.h to usbh_pvt.h to consitent with usbd
Diffstat (limited to 'src/class/cdc')
| -rw-r--r-- | src/class/cdc/cdc_host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/cdc/cdc_host.c b/src/class/cdc/cdc_host.c index 40ebd331d..53e15710e 100644 --- a/src/class/cdc/cdc_host.c +++ b/src/class/cdc/cdc_host.c @@ -29,7 +29,7 @@ #if (CFG_TUH_ENABLED && CFG_TUH_CDC) #include "host/usbh.h" -#include "host/usbh_classdriver.h" +#include "host/usbh_pvt.h" #include "cdc_host.h" |
