diff options
author | d3v1c3nv11 <d3v1c3nv11@users.noreply.github.com> | 2017-11-07 09:52:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-07 09:52:41 +0200 |
commit | dce4a0bd446dd15a331e80437df88142f80e5091 (patch) | |
tree | 4679b90810864fb4c5df449c62ff203e18518aac | |
parent | 395ab2eaf78aa53a27151ba6690c4c932d9ba03e (diff) |
upgrade to use lufa-170418
-rw-r--r-- | BootLoaderHID/Descriptors.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |