forked from PAWPAW-Mirror/lib_xua
Fixed stream issue when mixer not enabled.
This commit is contained in:
@@ -244,6 +244,7 @@ static inline unsigned DoSampleTransfer(chanend c_out, int readBuffNo, unsigned
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
#ifndef MIXER // Interfaces straight to decouple()
|
#ifndef MIXER // Interfaces straight to decouple()
|
||||||
|
inuint(c_out);
|
||||||
#if NUM_USB_CHAN_IN > 0
|
#if NUM_USB_CHAN_IN > 0
|
||||||
#pragma loop unroll
|
#pragma loop unroll
|
||||||
for(int i = 0; i < I2S_CHANS_ADC; i++)
|
for(int i = 0; i < I2S_CHANS_ADC; i++)
|
||||||
|
|||||||
Reference in New Issue
Block a user