xmos / sw_usb_audio

XMOS USB Audio reference design
Other
35 stars 18 forks source link

Fix indentation to catch all I2S loopback test failures #179

Closed danielpieczko closed 1 year ago

danielpieczko commented 1 year ago

Incorrectly indented code resulted in only reporting an error when a failure occurred on the highest sample rate; failures at lower sample rates were silently ignored. All the instances recorded on the confluence page tracking failures for issue 134 occur at the highest sample rate for the config being tested.

I think we can now expect failures to occur more often and at all sample rates, matching the expectation from the glitches in analogue input testing.