ADAT related build fixed after define rename

This commit is contained in:
xross
2022-09-07 13:54:11 +01:00
parent 4f86d2c581
commit 8b3f5abc86

View File

@@ -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)