Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase HID descriptor report size variable type
In the process of implementing a USB host application to work with a UPS, I found the report descriptor to be well in excess of the 255 bytes allowed by the uint8 used for bytesTransferred at line 133.
- Loading branch information