summaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/lufa/descriptor.c
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/protocol/lufa/descriptor.c')
-rw-r--r--tmk_core/protocol/lufa/descriptor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/lufa/descriptor.c b/tmk_core/protocol/lufa/descriptor.c
index feeea76df..357954368 100644
--- a/tmk_core/protocol/lufa/descriptor.c
+++ b/tmk_core/protocol/lufa/descriptor.c
@@ -868,7 +868,7 @@ const USB_Descriptor_String_t PROGMEM ProductString =
* USB host.
*/
uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue,
- const uint8_t wIndex,
+ const uint16_t wIndex,
const void** const DescriptorAddress)
{
const uint8_t DescriptorType = (wValue >> 8);