fix keyboard report reserved is always 0

This commit is contained in:
hathach 2021-08-17 13:29:26 +07:00
parent 5f6418ccd7
commit a6d18c400d
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ bool tud_hid_n_keyboard_report(uint8_t instance, uint8_t report_id, uint8_t modi
hid_keyboard_report_t report;
report.modifier = modifier;
report.reserved = 0;
if ( keycode )
{