Altered all endpoint/pipe stream transfers so that the new BytesProcessed parameter...
[pub/lufa.git] / Demos / Device / LowLevel / Joystick / Joystick.c
index e4f76ec..df1a884 100644 (file)
@@ -194,7 +194,7 @@ void HID_Task(void)
                GetNextReport(&JoystickReportData);
 
                /* Write Joystick Report Data */
-               Endpoint_Write_Stream_LE(&JoystickReportData, sizeof(JoystickReportData));
+               Endpoint_Write_Stream_LE(&JoystickReportData, sizeof(JoystickReportData), NULL);
 
                /* Finalize the stream transfer to send the last packet */
                Endpoint_ClearIN();