diff options
| author | Ha Thach <[email protected]> | 2026-08-21 17:24:35 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-08-21 17:24:35 +0700 |
| commit | fd70160a2f5fd23de1abfbaefb6399746a90b588 (patch) | |
| tree | d65fb7848c2365b45279a6727f001022f2ba7507 /src/host | |
| parent | cb3caee74de7dbb9fc91a5fdb37b448a63eadae0 (diff) | |
| parent | c8e0e94d889cd9b9a423d36c2b194d50805d8272 (diff) | |
Merge pull request #3841 from hathach/build-filter
ci: scope the build matrix and HIL run to what a PR affects
Diffstat (limited to 'src/host')
| -rw-r--r-- | src/host/usbh.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/host/usbh.c b/src/host/usbh.c index e307bb5e5..44819b016 100644 --- a/src/host/usbh.c +++ b/src/host/usbh.c @@ -306,17 +306,6 @@ static usbh_class_driver_t const usbh_class_drivers[] = { }, #endif - #if CFG_TUH_VENDOR - { - .name = DRIVER_NAME("VENDOR"), - .init = cush_init, - .deinit = cush_deinit, - .open = cush_open, - .set_config = cush_set_config, - .xfer_cb = cush_isr, - .close = cush_close - } - #endif }; // Additional class drivers implemented by application |
