diff options
| author | hathach <[email protected]> | 2019-07-19 16:23:56 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-07-19 16:23:56 +0700 |
| commit | b0678e1050a8f64116194c2a75d5e8c3fbf03be6 (patch) | |
| tree | a011f417b03d81bdbb77cf0863298a227012c4f0 /src/class | |
| parent | 83f7aacbb1f3335b968da02c1e3b554bb9f35c86 (diff) | |
rename CFG_TUD_CUSTOM_CLASS to CFG_TUD_VENDOR
Diffstat (limited to 'src/class')
| -rw-r--r-- | src/class/custom/custom_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/custom/custom_device.c b/src/class/custom/custom_device.c index 02a711621..cf9aa3b3f 100644 --- a/src/class/custom/custom_device.c +++ b/src/class/custom/custom_device.c @@ -26,7 +26,7 @@ #include "tusb_option.h" -#if (TUSB_OPT_DEVICE_ENABLED && CFG_TUD_CUSTOM_CLASS) +#if (TUSB_OPT_DEVICE_ENABLED && CFG_TUD_VENDOR) #include "common/tusb_common.h" #include "custom_device.h" |
