Pin lib_sw_pll to v2.2.0

This commit is contained in:
Ross Owen
2024-05-30 14:02:08 +01:00
parent 24a62d5cfd
commit aef5311a4b
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ set(LIB_DEPENDENT_MODULES "lib_adat(1.1.0)"
"lib_logging(3.2.0)"
"lib_mic_array(4.6.0)"
"lib_spdif(6.1.0)"
"lib_sw_pll(develop)"
"lib_sw_pll(2.2.0)"
"lib_xassert(4.2.0)"
"lib_xud(2.3.1)")

View File

@@ -13,7 +13,7 @@ DEPENDENT_MODULES = lib_adat(>=1.1.0) \
lib_logging(>=3.2.0) \
lib_mic_array(>=4.6.0) \
lib_spdif(>=6.1.0) \
lib_sw_pll(>=2.1.0) \
lib_sw_pll(>=2.2.0) \
lib_xassert(>=4.2.0) \
lib_xud(>=2.3.1)