Skip to content

Commit

Permalink
Merge pull request #5 from nickboers/patch-1
Browse files Browse the repository at this point in the history
Increase HID descriptor report size variable type
  • Loading branch information
davidflowers authored Oct 10, 2018
2 parents 523fbeb + 29a3c85 commit 31d333c
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 31d333c

Please sign in to comment.