X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/622dc6486cd27b4bff720524fd7b30af28d669f0..50390867e761f9cd92882d9f43db8593600fa61a:/Demos/Device/ClassDriver/Mouse/Descriptors.c?ds=inline diff --git a/Demos/Device/ClassDriver/Mouse/Descriptors.c b/Demos/Device/ClassDriver/Mouse/Descriptors.c index b36764cca..812208c52 100644 --- a/Demos/Device/ClassDriver/Mouse/Descriptors.c +++ b/Demos/Device/ClassDriver/Mouse/Descriptors.c @@ -156,7 +156,7 @@ USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor = .EndpointAddress = (ENDPOINT_DESCRIPTOR_DIR_IN | MOUSE_EPNUM), .Attributes = (EP_TYPE_INTERRUPT | ENDPOINT_ATTR_NO_SYNC | ENDPOINT_USAGE_DATA), .EndpointSize = MOUSE_EPSIZE, - .PollingIntervalMS = 0x0A + .PollingIntervalMS = 0x01 } };