Increased endpoint polling interval for all demos and projects to 5ms, as 1ms was...
[pub/lufa.git] / Demos / Device / LowLevel / Mouse / Descriptors.c
index bd0cb61..03ea0e7 100644 (file)
@@ -158,7 +158,7 @@ const USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor =
                        .EndpointAddress        = MOUSE_EPADDR,
                        .Attributes             = (EP_TYPE_INTERRUPT | ENDPOINT_ATTR_NO_SYNC | ENDPOINT_USAGE_DATA),
                        .EndpointSize           = MOUSE_EPSIZE,
-                       .PollingIntervalMS      = 0x01
+                       .PollingIntervalMS      = 0x05
                }
 };