diff options
| author | hathach <[email protected]> | 2019-07-19 16:37:28 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-07-19 16:37:28 +0700 |
| commit | a3cb2dda9e96a195a71de371fb9c6ecc85beaec4 (patch) | |
| tree | e9569e7f38c77c6056f425dff76c99a65c237232 /src/tusb.h | |
| parent | 6a076d8aae25a21a2592f654aa7b86e3e6d072a4 (diff) | |
rename custom/custom-_* to vendor/vendor_*
Diffstat (limited to 'src/tusb.h')
| -rw-r--r-- | src/tusb.h | 4 |
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
|
