forked from PAWPAW-Mirror/lib_xua
Fixed build of I2S loopback test (API change to XUA_AudioHub - now takes all ports)
This commit is contained in:
@@ -219,7 +219,7 @@ int main(void)
|
||||
{
|
||||
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);
|
||||
checker(c_checker, 0);
|
||||
#ifdef SIMULATION
|
||||
|
||||
Reference in New Issue
Block a user