forked from PAWPAW-Mirror/lib_xua
ADAT related build fixed after define rename
This commit is contained in:
@@ -287,7 +287,7 @@ void XUA_Endpoint0_setStrTable() {
|
|||||||
#if (XUA_SPDIF_RX_EN)
|
#if (XUA_SPDIF_RX_EN)
|
||||||
concatenateAndCopyStrings(g_vendor_str, " S/PDIF Clock", g_strTable.spdifClockSourceStr);
|
concatenateAndCopyStrings(g_vendor_str, " S/PDIF Clock", g_strTable.spdifClockSourceStr);
|
||||||
#endif
|
#endif
|
||||||
#if ADAT_RX
|
#if (XUA_ADAT_RX_EN)
|
||||||
concatenateAndCopyStrings(g_vendor_str, " ADAT Clock", g_strTable.adatClockSourceStr);
|
concatenateAndCopyStrings(g_vendor_str, " ADAT Clock", g_strTable.adatClockSourceStr);
|
||||||
#endif
|
#endif
|
||||||
#if (XUA_DFU_EN == 1)
|
#if (XUA_DFU_EN == 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user