From 0130d3fb32c076a448d3db6a7c341cd7831b835b Mon Sep 17 00:00:00 2001 From: mbanth Date: Wed, 16 Jun 2021 12:45:02 +0100 Subject: [PATCH] Define the XUD_CORE_CLOCK to avoid warnings --- legacy_tests/app_test_i2s_loopback/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy_tests/app_test_i2s_loopback/Makefile b/legacy_tests/app_test_i2s_loopback/Makefile index 4f54fc80..81a8e145 100644 --- a/legacy_tests/app_test_i2s_loopback/Makefile +++ b/legacy_tests/app_test_i2s_loopback/Makefile @@ -3,7 +3,7 @@ TARGET = xk-audio-216-mc.xn USED_MODULES = lib_xua \ module_i2c_shared module_i2c_single_port lib_logging -BUILD_FLAGS = -O0 -g -lflash -DXUD_SERIES_SUPPORT=4 -fxscope -save-temps -march=xs2a -DUSB_TILE=tile[1] +BUILD_FLAGS = -O0 -g -lflash -DXUD_SERIES_SUPPORT=4 -DXUD_CORE_CLOCK=600 -fxscope -save-temps -march=xs2a -DUSB_TILE=tile[1] BUILD_FLAGS_i2s_master_2in_2out_48khz = $(BUILD_FLAGS) \ -D ADAT_RX=0 -D ADAT_TX=0 -D SPDIF_RX=0 -D SPDIF_TX=0 -D MIDI=0 \