forked from PAWPAW-Mirror/lib_xua
Chanend param to DoSampleTransfer() now nullable
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user