From 8b3f5abc86e7e3abda60d27c8b2f147a70c49385 Mon Sep 17 00:00:00 2001 From: xross Date: Wed, 7 Sep 2022 13:54:11 +0100 Subject: [PATCH] ADAT related build fixed after define rename --- lib_xua/src/core/endpoint0/xua_endpoint0.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib_xua/src/core/endpoint0/xua_endpoint0.c b/lib_xua/src/core/endpoint0/xua_endpoint0.c index 6f56a405..0ef1ff6b 100755 --- a/lib_xua/src/core/endpoint0/xua_endpoint0.c +++ b/lib_xua/src/core/endpoint0/xua_endpoint0.c @@ -287,7 +287,7 @@ void XUA_Endpoint0_setStrTable() { #if (XUA_SPDIF_RX_EN) concatenateAndCopyStrings(g_vendor_str, " S/PDIF Clock", g_strTable.spdifClockSourceStr); #endif -#if ADAT_RX +#if (XUA_ADAT_RX_EN) concatenateAndCopyStrings(g_vendor_str, " ADAT Clock", g_strTable.adatClockSourceStr); #endif #if (XUA_DFU_EN == 1)