Fix comment on interrupt polling interval

This commit is contained in:
Russell Gallop
2011-09-07 16:45:40 +01:00
parent 5c6dd16a3c
commit a3768f6286

View File

@@ -1119,7 +1119,7 @@ unsigned char cfgDesc_Audio2[] =
0x03, /* 3 bmAttributes : Interrupt, not shared. (field size 1 bytes) */
0x00, /* 4 wMaxPacketSize : 64 bytes per packet. (field size 2 bytes) - has to be 0x200 for compliance*/
0x02, /* 5 wMaxPacketSize */
0x08, /* 6 bInterval : in ms must be between 4 and 32ms (field size 1 bytes) */
0x08, /* 6 bInterval : (2^(bInterval-1))/8 ms. Must be between 4 and 32ms (field size 1 bytes) */
#endif
};