forked from PAWPAW-Mirror/lib_xua
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user