Resolved build issue when NUM_USB_CHAN_OUT set to 0 and MIXER enabled.

This commit is contained in:
Ross Owen
2016-09-01 14:39:08 +01:00
parent 09764eb627
commit d123fd0938

View File

@@ -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)