I have read a few topics on this but I'm just not following what to do.
i'm using avr studio 6 and get conflicting types for the latest lufa.
uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue,
const uint8_t wIndex,
const void** const DescriptorAddress)
ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);
the old version complies, do I need to change the call string in the lufa header?