Chanend param to DoSampleTransfer() now nullable

This commit is contained in:
Ross Owen
2018-05-30 13:54:32 +01:00
committed by GitHub
parent 6b000cf249
commit 973a4d9fd5

View File

@@ -90,7 +90,7 @@ unsigned dsdMode = DSD_MODE_OFF;
#endif
#pragma unsafe arrays
static inline unsigned DoSampleTransfer(chanend c_out, const int readBuffNo, const unsigned underflowWord)
static inline unsigned DoSampleTransfer(chanend ?c_out, const int readBuffNo, const unsigned underflowWord)
{
if(XUA_USB_EN)
{