From 06bd547c694f8be41ac1df02c469312bd9dca78a Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Tue, 6 Jun 2023 15:27:00 +0100 Subject: [PATCH] Set XUA_I2S_N_BITS in test_i2s_loopback --- tests/test_i2s_loopback/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_i2s_loopback/Makefile b/tests/test_i2s_loopback/Makefile index 5ebac036..87a4b96c 100644 --- a/tests/test_i2s_loopback/Makefile +++ b/tests/test_i2s_loopback/Makefile @@ -37,7 +37,8 @@ XCC_FLAGS_simulation_${pcm_format}_${i2s_role}_$(channel_count)in_$(channel_coun -DNUM_USB_CHAN_OUT=${channel_count} \ -DI2S_CHANS_DAC=${channel_count} \ -DI2S_CHANS_ADC=${channel_count} \ - -DDEFAULT_FREQ=${sample_rate} + -DDEFAULT_FREQ=${sample_rate} \ + -DXUA_I2S_N_BITS=${word_length} XMOS_MAKE_PATH ?= ../.. -include $(XMOS_MAKE_PATH)/xcommon/module_xcommon/build/Makefile.common