Merge pull request #370 from danielpieczko/develop

Fix dependency version of lib_xud to v2.3.0
This commit is contained in:
Michael Banther
2024-02-29 15:53:11 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ set(LIB_DEPENDENT_MODULES "lib_adat(1.1.0)"
"lib_spdif"
"lib_sw_pll(2.1.0)"
"lib_xassert(4.2.0)"
"lib_xud")
"lib_xud(2.3.0)")
set(LIB_COMPILER_FLAGS -O3 -DREF_CLK_FREQ=100 -fasm-linenum -fcomment-asm)

View File

@@ -15,7 +15,7 @@ DEPENDENT_MODULES = lib_adat(>=1.1.0) \
lib_spdif(>=5.0.0) \
lib_sw_pll(>=2.1.0) \
lib_xassert(>=4.2.0) \
lib_xud(>=2.2.3)
lib_xud(>=2.3.0)
MODULE_XCC_FLAGS = $(XCC_FLAGS) \
-O3 \