summaryrefslogtreecommitdiff
path: root/src/tusb.c
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/tusb.c
parent9d942967414d7b95f3a132c284ef83f386a0c467 (diff)
more minor clean up
- also rename usbh_classdriver.h to usbh_pvt.h to consitent with usbd
Diffstat (limited to 'src/tusb.c')
-rw-r--r--src/tusb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tusb.c b/src/tusb.c
index 465b608b0..7b0a669a0 100644
--- a/src/tusb.c
+++ b/src/tusb.c
@@ -36,7 +36,7 @@
#endif
#if CFG_TUH_ENABLED
-#include "host/usbh_classdriver.h"
+#include "host/usbh_pvt.h"
#endif
//--------------------------------------------------------------------+