]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - tmk_core/protocol/lufa/descriptor.c
xt_usb: Fix XT soft reset
[max/tmk_keyboard.git] / tmk_core / protocol / lufa / descriptor.c
index 25356343eea5e8a843ed70765a5c491014f5f38d..141226ada3c5393ee3148046996ac16c7b1ee490 100644 (file)
@@ -523,7 +523,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);