Fixed build of I2S loopback test (API change to XUA_AudioHub - now takes all ports)

This commit is contained in:
xross
2018-04-05 11:21:26 +01:00
parent 96a800c3d4
commit 06e18c293c

View File

@@ -219,7 +219,7 @@ int main(void)
{ {
par par
{ {
XUA_AudioHub(c_out, clk_audio_mclk, clk_audio_bclk, p_mclk_in, p_lrclk, p_bclk); XUA_AudioHub(c_out, clk_audio_mclk, clk_audio_bclk, p_mclk_in, p_lrclk, p_bclk, p_i2s_dac, p_i2s_adc);
generator(c_checker, c_out); generator(c_checker, c_out);
checker(c_checker, 0); checker(c_checker, 0);
#ifdef SIMULATION #ifdef SIMULATION