Added new ReportType parameter to the HID Device Class driver CALLBACK_HID_Device_Cre...
[pub/USBasp.git] / Demos / Device / ClassDriver / GenericHID / GenericHID.h
index 004daf5..4a13c42 100644 (file)
@@ -72,7 +72,7 @@
                void EVENT_USB_Device_StartOfFrame(void);\r
 \r
                bool CALLBACK_HID_Device_CreateHIDReport(USB_ClassInfo_HID_Device_t* const HIDInterfaceInfo, uint8_t* const ReportID,\r
-                                                 void* ReportData, uint16_t* ReportSize);\r
+                                                 const uint8_t ReportType, void* ReportData, uint16_t* ReportSize);\r
                void CALLBACK_HID_Device_ProcessHIDReport(USB_ClassInfo_HID_Device_t* const HIDInterfaceInfo, const uint8_t ReportID, \r
                                                          const void* ReportData, const uint16_t ReportSize);\r
                \r