Merge pull request #390 from shuchitak/fix_adat_en_define

Fix adat and spdif rx enable defines in the test
This commit is contained in:
danielpieczko
2024-05-13 11:25:30 +01:00
committed by GitHub
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