Remove DFU mode and rt

This commit is contained in:
Jeremiah McCarthy
2021-04-12 11:17:01 -04:00
parent ae851bba31
commit 7b45b38fe4
7 changed files with 2 additions and 201 deletions

View File

@@ -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")