Adapt to new control xfer callback

This commit is contained in:
Jacob Potter
2021-01-03 15:16:54 -07:00
parent 57058e33fc
commit 3158b323d8
3 changed files with 5 additions and 13 deletions

View File

@@ -217,8 +217,7 @@ static usbd_class_driver_t const _usbd_driver[] =
.init = ncmd_init,
.reset = ncmd_reset,
.open = ncmd_open,
.control_request = ncmd_control_request,
.control_complete = ncmd_control_complete,
.control_xfer_cb = ncmd_control_xfer_cb,
.xfer_cb = ncmd_xfer_cb,
.sof = NULL
},