diff options
| author | hathach <[email protected]> | 2019-07-19 16:31:51 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-07-19 16:31:51 +0700 |
| commit | 6a076d8aae25a21a2592f654aa7b86e3e6d072a4 (patch) | |
| tree | 48d78da2d86b307686ddde0922d19a67fcf23680 /src/tusb.h | |
| parent | b0678e1050a8f64116194c2a75d5e8c3fbf03be6 (diff) | |
rename CFG_TUSB_HOST_CUSTOM_CLASS to CFG_TUH_VENDOR
Diffstat (limited to 'src/tusb.h')
| -rw-r--r-- | src/tusb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tusb.h b/src/tusb.h index 6072218de..3f6673ae1 100644 --- a/src/tusb.h +++ b/src/tusb.h @@ -54,7 +54,7 @@ #include "class/cdc/cdc_host.h"
#endif
- #if CFG_TUSB_HOST_CUSTOM_CLASS
+ #if CFG_TUH_VENDOR
#include "class/custom_host.h"
#endif
|
