Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/usb_host_hid.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ typedef struct _USB_HID_TRANSFER_INFO
uint8_t state; // State of the endpoint.
uint16_t reportId; // Report ID of the current transfer.
uint8_t *userData; // Data pointer to application buffer.
uint8_t bytesTransferred; // Number of bytes transferred to/from the user's data buffer.
uint16_t bytesTransferred; // Number of bytes transferred to/from the user's data buffer.
uint8_t endpoint; // Endpoint to use for the transfer.
uint8_t reportSize; // Size of report currently requested for transfer.
uint8_t interface; // Interface number of current transfer.
Expand Down