Resolved build issue with UAC1 builds when MAX_FREQ != MIN_FREQ

This commit is contained in:
Ross Owen
2016-12-07 15:19:01 +00:00
parent 66cb768975
commit 4132c6989a

View File

@@ -771,9 +771,11 @@ void decouple(chanend c_mix_out
speedRem = 0;
continue;
}
else
#endif
#if (AUDIO_CLASS == 2)
#if (MIN_FREQ != MAX_FREQ)
else
#endif
if(tmp == SET_STREAM_FORMAT_IN)
{
unsigned dataFormat, usbSpeed;