Skip to content

Commit 72465f2

Browse files
committed
Increase polling interval of the second hid interface .
1 parent 2839832 commit 72465f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firmware/usb_descriptors.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ PROGMEM const char usbDescriptorConfiguration[] = {
151151
(char)0x82, /* IN endpoint number 1 */
152152
0x03, /* attrib: Interrupt endpoint */
153153
0x08, 0x00, /* maximum packet size */
154-
USB_CFG_INTR_POLL_INTERVAL * 2, /* in ms */
154+
USB_CFG_INTR_POLL_INTERVAL * 5, /* in ms */
155155

156156
};
157157

0 commit comments

Comments
 (0)