summaryrefslogtreecommitdiff
path: root/src/tusb.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-06-14 11:07:58 +0700
committerhathach <[email protected]>2023-06-14 11:07:58 +0700
commit05969d2a58d426e5948df5dc0479e2ad8dfd02a9 (patch)
tree13d7092cce3cb8ba78f012061e345d30a1be3f70 /src/tusb.h
parenta88d7c7c7472b07f641772bff45e7804584f9ccd (diff)
rename typec driver
Diffstat (limited to 'src/tusb.h')
-rw-r--r--src/tusb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tusb.h b/src/tusb.h
index 0b87b1969..37a521fa8 100644
--- a/src/tusb.h
+++ b/src/tusb.h
@@ -42,7 +42,7 @@
//------------- TypeC -------------//
#if CFG_TUC_ENABLED
- #include "typec/utcd.h"
+ #include "typec/usbc.h"
#endif
//------------- HOST -------------//