summaryrefslogtreecommitdiff
path: root/src/class/msc
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-08-15 22:51:21 +0700
committerhathach <[email protected]>2023-08-15 22:54:07 +0700
commit1b33a315365184a74a8b5bbce5fdbdfc4dfe6f69 (patch)
treef146ced70467cc4243fb2ad11a786a44131bf204 /src/class/msc
parent9d942967414d7b95f3a132c284ef83f386a0c467 (diff)
more minor clean up
- also rename usbh_classdriver.h to usbh_pvt.h to consitent with usbd
Diffstat (limited to 'src/class/msc')
-rw-r--r--src/class/msc/msc_host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/msc/msc_host.c b/src/class/msc/msc_host.c
index 90a58d3d0..da264142c 100644
--- a/src/class/msc/msc_host.c
+++ b/src/class/msc/msc_host.c
@@ -29,7 +29,7 @@
#if CFG_TUH_ENABLED && CFG_TUH_MSC
#include "host/usbh.h"
-#include "host/usbh_classdriver.h"
+#include "host/usbh_pvt.h"
#include "msc_host.h"