diff options
| author | Jeremiah McCarthy <[email protected]> | 2021-04-12 11:17:01 -0400 |
|---|---|---|
| committer | Jeremiah McCarthy <[email protected]> | 2021-04-12 11:17:01 -0400 |
| commit | 7b45b38fe4b7d2ebd197463cf12f091a6f68ac91 (patch) | |
| tree | e6d2a9021223d01ecfcda8bb9122067ae63eb805 /src/device | |
| parent | ae851bba31781eacfadc7e69b414cd1da6960314 (diff) | |
Remove DFU mode and rt
Diffstat (limited to 'src/device')
| -rw-r--r-- | src/device/usbd.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/device/usbd.c b/src/device/usbd.c index 92e521ec9..af34e53ac 100644 --- a/src/device/usbd.c +++ b/src/device/usbd.c @@ -199,18 +199,6 @@ static usbd_class_driver_t const _usbd_driver[] = }, #endif - #if CFG_TUD_DFU_RUNTIME_AND_MODE - { - DRIVER_NAME("DFU-RT-MODE") - .init = dfu_d_init, - .reset = dfu_d_reset, - .open = dfu_d_open, - .control_xfer_cb = dfu_d_control_xfer_cb, - .xfer_cb = NULL, - .sof = NULL - }, - #endif - #if CFG_TUD_NET { DRIVER_NAME("NET") |
