Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(usb): Fix
-Wincompatible-pointer-types
compiler error
Fix #2794, where `get_keyboard_report(len)` didn't convert `len` from `int32_t *` to `size_t *`.
- Loading branch information