{\r
USB_JoystickReport_Data_t JoystickReportData;\r
\r
+ Endpoint_ClearSETUP();\r
+\r
/* Create the next HID report to send to the host */ \r
GetNextReport(&JoystickReportData);\r
- \r
- Endpoint_ClearSETUP();\r
- \r
+ \r
/* Write the report data to the control endpoint */\r
Endpoint_Write_Control_Stream_LE(&JoystickReportData, sizeof(JoystickReportData));\r
\r