Skip to content

Commit a473ff0

Browse files
committed
Fast refresh for USBHID
1 parent 32d5597 commit a473ff0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/protocol/usbhid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ static u16 usbhid_cb()
6363

6464
HID_Write(packet, sizeof(packet));
6565

66-
return 50000;
66+
return 400; // faster refresh
6767
}
6868

6969
static void deinit()

0 commit comments

Comments
 (0)