X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/c619e21fa74d7ea225292ecf5d514d0b253ad0a8..d6543dee0d2723ee9f09137116264f123433b1a3:/Projects/Magstripe/Descriptors.c?ds=inline diff --git a/Projects/Magstripe/Descriptors.c b/Projects/Magstripe/Descriptors.c index de704ae15..68c98ed34 100644 --- a/Projects/Magstripe/Descriptors.c +++ b/Projects/Magstripe/Descriptors.c @@ -154,7 +154,7 @@ USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor = .EndpointAddress = (ENDPOINT_DESCRIPTOR_DIR_IN | KEYBOARD_EPNUM), .Attributes = EP_TYPE_INTERRUPT, .EndpointSize = KEYBOARD_EPSIZE, - .PollingIntervalMS = 0x04 + .PollingIntervalMS = 0x01 }, };