update lufa implementation
This commit is contained in:
parent
39ece81979
commit
4b37030ad0
3 changed files with 8 additions and 7 deletions
|
@ -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);
|
||||
|
|
|
@ -254,7 +254,7 @@ typedef struct
|
|||
|
||||
|
||||
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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue