forked from PAWPAW-Mirror/lib_xua
Resolved build issue when NUM_USB_CHAN_OUT set to 0 and MIXER enabled.
This commit is contained in:
@@ -242,10 +242,10 @@ static inline void GetSamplesFromHost(chanend c)
|
|||||||
#else
|
#else
|
||||||
ptr_samples[i] = sample;
|
ptr_samples[i] = sample;
|
||||||
#endif
|
#endif
|
||||||
|
}
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#pragma unsafe arrays
|
#pragma unsafe arrays
|
||||||
static inline void GiveSamplesToDevice(chanend c, xc_ptr ptr, xc_ptr multOut)
|
static inline void GiveSamplesToDevice(chanend c, xc_ptr ptr, xc_ptr multOut)
|
||||||
|
|||||||
Reference in New Issue
Block a user