From dce4a0bd446dd15a331e80437df88142f80e5091 Mon Sep 17 00:00:00 2001 From: d3v1c3nv11 Date: Tue, 7 Nov 2017 09:52:41 +0200 Subject: upgrade to use lufa-170418 --- BootLoaderHID/Descriptors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BootLoaderHID/Descriptors.c') diff --git a/BootLoaderHID/Descriptors.c b/BootLoaderHID/Descriptors.c index 50e9b90..9579f6e 100644 --- a/BootLoaderHID/Descriptors.c +++ b/BootLoaderHID/Descriptors.c @@ -161,7 +161,7 @@ const USB_Descriptor_Configuration_t ConfigurationDescriptor = * 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); -- cgit v1.2.3