Skip to content

Commit

Permalink
Fast refresh for USBHID
Browse files Browse the repository at this point in the history
  • Loading branch information
eried committed Apr 19, 2020
1 parent 32d5597 commit a473ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocol/usbhid.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ static u16 usbhid_cb()

HID_Write(packet, sizeof(packet));

return 50000;
return 400; // faster refresh
}

static void deinit()
Expand Down

0 comments on commit a473ff0

Please sign in to comment.