X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/ccf5bd19f2d750440043b242cf26fcda09b69cce..34f6e0dd33230441b8a91130467b3164e343853e:/LUFA/Drivers/USB/Class/Device/HID.h diff --git a/LUFA/Drivers/USB/Class/Device/HID.h b/LUFA/Drivers/USB/Class/Device/HID.h index 4a59185ad..7f7975056 100644 --- a/LUFA/Drivers/USB/Class/Device/HID.h +++ b/LUFA/Drivers/USB/Class/Device/HID.h @@ -169,6 +169,7 @@ * \param ReportID Report ID of the received output report. If multiple reports are not received via the given HID * interface, this parameter should be ignored. * \param ReportData Pointer to a buffer where the received HID report is stored. + * \param ReportSize Size in bytes of the received report from the host. */ void CALLBACK_USB_HID_ProcessReceivedHIDReport(USB_ClassInfo_HID_t* HIDInterfaceInfo, uint8_t ReportID, void* ReportData, uint16_t ReportSize);