Remove print of interfaceAlt[1] which prints 1 after reconnecting.

This commit is contained in:
Russell Gallop
2011-08-26 16:04:19 +01:00
parent 7ffda0c885
commit a3d9d83d54

View File

@@ -866,7 +866,7 @@ int AudioClassRequests_2(XUD_ep ep0_out, XUD_ep ep0_in, SetupPacket &sp, chanend
int i = 2;
if(interfaceAlt[1] != 0)
printint(interfaceAlt[1]);
;//printint(interfaceAlt[1]);
#if MAX_FREQ >= 44100
storeFreq(buffer, i, 44100);