{\r
USB_MouseReport_Data_t MouseReportData;\r
\r
+ Endpoint_ClearSETUP();\r
+\r
/* Create the next mouse report for transmission to the host */\r
CreateMouseReport(&MouseReportData);\r
-\r
- Endpoint_ClearSETUP();\r
\r
/* Write the report data to the control endpoint */\r
Endpoint_Write_Control_Stream_LE(&MouseReportData, sizeof(MouseReportData));\r