diff options
author | Florian Jung <flo@windfisch.org> | 2014-04-04 22:16:09 +0200 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2014-04-04 22:16:09 +0200 |
commit | c5b907cee19854bf59d34d0e2282d249abe0adc7 (patch) | |
tree | 7bd8140973e9945e41ee75ef2ed54ecc161da3f0 /usbdrv | |
parent | e399da62dc6e0bdc216efc2590e5e9b649afaa9d (diff) |
reduced polling interval
Diffstat (limited to 'usbdrv')
-rw-r--r-- | usbdrv/usbconfig.h | 2 |
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. |