forked from PAWPAW-Mirror/lib_xua
Return value of XUD_DoSetRequestStatus in Samp freq change
This commit is contained in:
@@ -395,7 +395,7 @@ int AudioClassRequests_2(XUD_ep ep0_out, XUD_ep ep0_in, USB_SetupPacket_t &sp, c
|
|||||||
}
|
}
|
||||||
#endif /* MAX_FREQ != MIN_FREQ */
|
#endif /* MAX_FREQ != MIN_FREQ */
|
||||||
/* Send 0 Length as status stage */
|
/* Send 0 Length as status stage */
|
||||||
int x = XUD_DoSetRequestStatus(ep0_in);
|
return XUD_DoSetRequestStatus(ep0_in);
|
||||||
}
|
}
|
||||||
/* Direction: Device-to-host: Send Current Sample Freq */
|
/* Direction: Device-to-host: Send Current Sample Freq */
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user