summaryrefslogtreecommitdiff
path: root/usbdrv/usbconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'usbdrv/usbconfig.h')
-rw-r--r--usbdrv/usbconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usbdrv/usbconfig.h b/usbdrv/usbconfig.h
index 2296019..c409ce8 100644
--- a/usbdrv/usbconfig.h
+++ b/usbdrv/usbconfig.h
@@ -109,7 +109,7 @@ section at the end of this file).
* (e.g. HID), but never want to send any data. This option saves a couple
* of bytes in flash memory and the transmit buffers in RAM.
*/
-#define USB_CFG_INTR_POLL_INTERVAL 100
+#define USB_CFG_INTR_POLL_INTERVAL 10
/* If you compile a version with endpoint 1 (interrupt-in), this is the poll
* interval. The value is in milliseconds and must not be less than 10 ms for
* low speed devices.