fix adat and spdif rx enable defines used in the test to match those used in the test makefile

This commit is contained in:
Shuchita Khare
2024-05-10 14:02:11 +01:00
parent ad91d19f94
commit 7ea3ead62d
2 changed files with 6 additions and 6 deletions

View File

@@ -1255,7 +1255,7 @@
#endif
#if (XUA_SYNCMODE == XUA_SYNCMODE_SYNC)
#if (XUA_SPDIF_RX_EN|| ADAT_RX)
#if (XUA_SPDIF_RX_EN|| XUA_ADAT_RX_EN)
#error "Digital input streams not supported in Sync mode"
#endif
#endif