EndpointData->EndpointAddress, EndpointData->EndpointSize, PIPE_BANK_SINGLE);\r
\r
Pipe_SetInfiniteINRequests();\r
- Pipe_Unfreeze();\r
\r
/* Set the flag indicating that the data IN pipe has been found */\r
FoundEndpoints |= (1 << CDC_DATAPIPE_IN);\r
Pipe_ConfigurePipe(CDC_DATAPIPE_OUT, EP_TYPE_BULK, PIPE_TOKEN_OUT,\r
EndpointData->EndpointAddress, EndpointData->EndpointSize, PIPE_BANK_SINGLE);\r
\r
- Pipe_Unfreeze();\r
- \r
/* Set the flag indicating that the data OUT pipe has been found */\r
FoundEndpoints |= (1 << CDC_DATAPIPE_OUT);\r
}\r