summaryrefslogtreecommitdiff
path: root/src/tusb.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-07-19 16:37:28 +0700
committerhathach <[email protected]>2019-07-19 16:37:28 +0700
commita3cb2dda9e96a195a71de371fb9c6ecc85beaec4 (patch)
treee9569e7f38c77c6056f425dff76c99a65c237232 /src/tusb.h
parent6a076d8aae25a21a2592f654aa7b86e3e6d072a4 (diff)
rename custom/custom-_* to vendor/vendor_*
Diffstat (limited to 'src/tusb.h')
-rw-r--r--src/tusb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tusb.h b/src/tusb.h
index 3f6673ae1..fe8673726 100644
--- a/src/tusb.h
+++ b/src/tusb.h
@@ -55,7 +55,7 @@
#endif
#if CFG_TUH_VENDOR
- #include "class/custom_host.h"
+ #include "class/vendor/vendor_host.h"
#endif
#endif
@@ -81,7 +81,7 @@
#endif
#if CFG_TUD_VENDOR
- #include "class/custom/custom_device.h"
+ #include "class/vendor/vendor_device.h"
#endif
#endif