Skip to content

Commit

Permalink
Change PollingIntervalMS to 10ms(Fix #114)
Browse files Browse the repository at this point in the history
  • Loading branch information
yashikno committed Apr 21, 2014
1 parent 894a387 commit c690268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/lufa/descriptor.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
},

/*
Expand Down

0 comments on commit c690268

Please sign in to comment.