uint16_t HIDSpec;\r
uint8_t CountryCode;\r
\r
- uint8_t TotalHIDReports;\r
+ uint8_t TotalHIDDescriptors;\r
\r
uint8_t HIDReportType;\r
uint16_t HIDReportLength;\r
#define DTYPE_Report 0x22\r
\r
/* Function Prototypes: */\r
- uint16_t USB_GetDescriptor(const uint16_t wValue, const uint8_t wIndex, void** const DescriptorAddress)\r
- ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);\r
+ uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue, const uint8_t wIndex, void** const DescriptorAddress)\r
+ ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);\r
\r
#endif\r