fix2
This commit is contained in:
@ -121,7 +121,7 @@ static usb_request_status_t usb_send_descriptor(
|
|||||||
endpoint->in,
|
endpoint->in,
|
||||||
descriptor_data,
|
descriptor_data,
|
||||||
(setup_length > descriptor_length) ? descriptor_length : setup_length,
|
(setup_length > descriptor_length) ? descriptor_length : setup_length,
|
||||||
NULL
|
NULL
|
||||||
);
|
);
|
||||||
usb_transfer_schedule_ack(endpoint->out);
|
usb_transfer_schedule_ack(endpoint->out);
|
||||||
return USB_REQUEST_STATUS_OK;
|
return USB_REQUEST_STATUS_OK;
|
||||||
|
Reference in New Issue
Block a user