summaryrefslogtreecommitdiff
path: root/src/device
diff options
context:
space:
mode:
Diffstat (limited to 'src/device')
-rw-r--r--src/device/usbd.c12
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")