Minor Keyboard API fix
This commit is contained in:
parent
acaea55651
commit
c8e6127a8e
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ Keyboard_ Keyboard;
|
|||
|
||||
void Keyboard_::sendReport(HID_KeyboardReport_Data_t* keys)
|
||||
{
|
||||
HID_SendReport(HID_REPORTID_KEYBOARD, keys, sizeof(HID_KeyboardReport_Data_t));
|
||||
HID_SendReport(HID_REPORTID_KEYBOARD, keys, sizeof(keys));
|
||||
}
|
||||
|
||||
extern
|
||||
|
|
|
|||
Loading…
Reference in a new issue