diff options
author | d3v1c3nv11 <d3v1c3nv11@users.noreply.github.com> | 2017-11-07 09:52:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-07 09:52:07 +0200 |
commit | 395ab2eaf78aa53a27151ba6690c4c932d9ba03e (patch) | |
tree | cb94738e67a54c3300c7476f5c2cc8cabc7d4671 | |
parent | 61009eaac48aa2ba4e6cc3e5ff5e30bda52c4bdc (diff) |
upgrade to use lufa-170418
-rw-r--r-- | BootLoaderHID/Descriptors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BootLoaderHID/Descriptors.h b/BootLoaderHID/Descriptors.h index 8035753..9d9b02f 100644 --- a/BootLoaderHID/Descriptors.h +++ b/BootLoaderHID/Descriptors.h @@ -72,7 +72,7 @@ /* Function Prototypes: */ uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue, - const uint8_t wIndex, + const uint16_t wIndex, const void** const DescriptorAddress) ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3); |