void EVENT_USB_Device_UnhandledControlRequest(void)
{
- /* Process UFI specific control requests */
switch (USB_ControlRequest.bRequest)
{
case REQ_GetOSFeatureDescriptor:
Endpoint_ClearSETUP();
Endpoint_Write_Control_PStream_LE(DescriptorPointer, DescriptorSize);
- Endpoint_ClearOUT();
+ Endpoint_ClearOUT();
}
break;