Remove unreachable callback

This commit is contained in:
Jeremiah McCarthy
2021-04-05 17:06:27 -04:00
parent fdc91f8d2c
commit bc2cb99780
3 changed files with 1 additions and 12 deletions

View File

@@ -194,7 +194,7 @@ static usbd_class_driver_t const _usbd_driver[] =
.reset = dfu_mode_reset,
.open = dfu_mode_open,
.control_xfer_cb = dfu_mode_control_xfer_cb,
.xfer_cb = dfu_mode_xfer_cb,
.xfer_cb = NULL,
.sof = NULL
},
#endif