CreateGenericHIDReport(GenericData);\r
\r
/* Write the report data to the control endpoint */\r
Endpoint_Write_Control_Stream_LE(&GenericData, sizeof(GenericData));\r
\r
/* Finalize the stream transfer to send the last packet or clear the host abort */\r
CreateGenericHIDReport(GenericData);\r
\r
/* Write the report data to the control endpoint */\r
Endpoint_Write_Control_Stream_LE(&GenericData, sizeof(GenericData));\r
\r
/* Finalize the stream transfer to send the last packet or clear the host abort */\r