diff options
author | tmk <nobody@nowhere> | 2014-04-21 12:18:12 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2014-04-21 12:18:12 +0900 |
commit | c6902681e72411fbe293657a9d75a2168021a6d8 (patch) | |
tree | 086f58ac2606db376f1d91481efe87abb864720f /protocol | |
parent | 894a387d1fd8c823b5339e524e1f9336601ce2ef (diff) |
Change PollingIntervalMS to 10ms(Fix #114)
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/lufa/descriptor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/lufa/descriptor.c b/protocol/lufa/descriptor.c index a46ba3ec6a..f9f6b95351 100644 --- a/protocol/lufa/descriptor.c +++ b/protocol/lufa/descriptor.c @@ -306,7 +306,7 @@ const USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor = .EndpointAddress = (ENDPOINT_DIR_IN | KEYBOARD_IN_EPNUM), .Attributes = (EP_TYPE_INTERRUPT | ENDPOINT_ATTR_NO_SYNC | ENDPOINT_USAGE_DATA), .EndpointSize = KEYBOARD_EPSIZE, - .PollingIntervalMS = 0x01 + .PollingIntervalMS = 0x0A }, /* |