\r
\r
/** Receives a HID IN report from the attached HID device, when a report has been received on the HID IN Data pipe.\r
+ * \r
+ * \note The destination buffer should be large enough to accomodate the largest report that the attached device\r
+ * can generate.\r
*\r
* \param[in,out] HIDInterfaceInfo Pointer to a structure containing a HID Class host configuration and state\r
* \param[in] Buffer Buffer to store the received report into\r
uint8_t HID_Host_ReceiveReport(USB_ClassInfo_HID_Host_t* const HIDInterfaceInfo, void* Buffer) ATTR_NON_NULL_PTR_ARG(1, 2);\r
\r
#if !defined(HID_HOST_BOOT_PROTOCOL_ONLY)\r
- /** Received a HID IN report from the attached device, by the report ID.\r
+ /** Receives a HID IN report from the attached device, by the report ID.\r
*\r
* \note When the HID_HOST_BOOT_PROTOCOL_ONLY compile time token is defined, this method is unavailable.\r
*\r