We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2839832 commit 72465f2Copy full SHA for 72465f2
firmware/usb_descriptors.h
@@ -151,7 +151,7 @@ PROGMEM const char usbDescriptorConfiguration[] = {
151
(char)0x82, /* IN endpoint number 1 */
152
0x03, /* attrib: Interrupt endpoint */
153
0x08, 0x00, /* maximum packet size */
154
- USB_CFG_INTR_POLL_INTERVAL * 2, /* in ms */
+ USB_CFG_INTR_POLL_INTERVAL * 5, /* in ms */
155
156
};
157
0 commit comments