Deleted Host ClassDriver demos -- not yet started, faster to rebase new ClassDriver...
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Device / HID.h
index 4a59185..7f79750 100644 (file)
                 *  \param ReportID  Report ID of the received output report. If multiple reports are not received via the given HID\r
                 *                   interface, this parameter should be ignored.\r
                 *  \param ReportData  Pointer to a buffer where the received HID report is stored.\r
+                *  \param ReportSize  Size in bytes of the received report from the host.\r
                 */\r
                void CALLBACK_USB_HID_ProcessReceivedHIDReport(USB_ClassInfo_HID_t* HIDInterfaceInfo, uint8_t ReportID, void* ReportData, uint16_t ReportSize);\r
 \r