diff options
Diffstat (limited to 'src/host')
| -rw-r--r-- | src/host/usbh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/usbh.c b/src/host/usbh.c index 655e3dd4b..42a99f3d2 100644 --- a/src/host/usbh.c +++ b/src/host/usbh.c @@ -84,7 +84,7 @@ static host_class_driver_t const usbh_class_drivers[] = },
#endif
- #if CFG_TUSB_HOST_CUSTOM_CLASS
+ #if CFG_TUH_VENDOR
{
.class_code = TUSB_CLASS_VENDOR_SPECIFIC,
.init = cush_init,
|
