This commit is contained in:
Ben Gamari
2013-07-07 23:21:18 -04:00
parent b738cd5294
commit f6b41dbda5

View File

@ -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;