summaryrefslogtreecommitdiff
path: root/src/device
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-07-19 16:23:56 +0700
committerhathach <[email protected]>2019-07-19 16:23:56 +0700
commitb0678e1050a8f64116194c2a75d5e8c3fbf03be6 (patch)
treea011f417b03d81bdbb77cf0863298a227012c4f0 /src/device
parent83f7aacbb1f3335b968da02c1e3b554bb9f35c86 (diff)
rename CFG_TUD_CUSTOM_CLASS to CFG_TUD_VENDOR
Diffstat (limited to 'src/device')
-rw-r--r--src/device/usbd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/usbd.c b/src/device/usbd.c
index 6f2a72143..54fd070b8 100644
--- a/src/device/usbd.c
+++ b/src/device/usbd.c
@@ -130,7 +130,7 @@ static usbd_class_driver_t const usbd_class_drivers[] =
},
#endif
- #if CFG_TUD_CUSTOM_CLASS
+ #if CFG_TUD_VENDOR
{
.class_code = TUSB_CLASS_VENDOR_SPECIFIC,
.init = cusd_init,