@ -218,7 +218,7 @@ void EVENT_USB_Device_UnhandledControlRequest(void)
else
else
{
{
/* Indicate that all in-progress/pending data IN requests should be aborted */
/* Indicate that all in-progress/pending data IN requests should be aborted */
IsTMCBulkINReset = true ;
IsTMCBulkINReset = true ;
/* Save the split request for later checking when a new request is received */
/* Save the split request for later checking when a new request is received */
RequestInProgess = Req_InitiateAbortBulkIn ;
RequestInProgess = Req_InitiateAbortBulkIn ;
@ -351,6 +351,10 @@ void TMC_Task(void)
break ;
break ;
case TMC_MESSAGEID_DEV_VENDOR_IN :
case TMC_MESSAGEID_DEV_VENDOR_IN :
break ;
default :
Endpoint_StallTransaction ( ) ;
break ;
break ;
}
}