forked from PAWPAW-Mirror/lib_xua
fix adat and spdif rx enable defines used in the test to match those used in the test makefile
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