forked from PAWPAW-Mirror/lib_xua
Think that the greatest buffer requirement here is for the mixer controls which I think only requires 36 bytes.
This commit is contained in:
@@ -266,7 +266,7 @@ int AudioClassRequests_2(XUD_ep ep0_out, XUD_ep ep0_in, SetupPacket &sp, chanend
|
|||||||
#endif
|
#endif
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
unsigned char buffer[1024];
|
unsigned char buffer[128];
|
||||||
int i_tmp;
|
int i_tmp;
|
||||||
int unitID;
|
int unitID;
|
||||||
int loop = 1;
|
int loop = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user