Class 1 FS - noise + occasional overflow

This commit is contained in:
Ed Clarke
2018-10-29 13:09:10 +00:00
parent fc68acae6e
commit 12327505e5
4 changed files with 5 additions and 4 deletions

View File

@@ -96,7 +96,7 @@ int main()
AudioHwConfigure(DEFAULT_FREQ, i_i2c[0]);
}
debug_printf("XUD SPEED: %d\n", (AUDIO_CLASS == 1) ? XUD_SPEED_FS : XUD_SPEED_HS);
debug_printf("XUD SPEED: %d\n", (AUDIO_CLASS == 1) ? XUD_SPEED_FS : XUD_SPEED_HS); //FS = 1, HS = 2
par{
// Low level USB device layer core
XUD_Main(c_ep_out, 2, c_ep_in, 3,