From b0678e1050a8f64116194c2a75d5e8c3fbf03be6 Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 19 Jul 2019 16:23:56 +0700 Subject: rename CFG_TUD_CUSTOM_CLASS to CFG_TUD_VENDOR --- src/device/usbd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/device') 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, -- cgit v1.3.1