Cherrypick DFU fix when input vol disabled

This commit is contained in:
Ross Owen
2016-07-15 15:13:39 +01:00
parent ecf5e669d0
commit 415ea3db52
3 changed files with 8 additions and 3 deletions

View File

@@ -19,9 +19,11 @@ Warnings relating to configuration defines located in this XC source file rather
#warning MAX_FREQ not defined. Using 192000
#endif
#ifdef SPDIF_TX
#ifndef SPDIF_TX_INDEX
#warning SPDIF_TX_INDEX not defined! Using 0
#endif
#endif
#ifndef VENDOR_STR
#warning VENDOR_STR not defined. Using "XMOS"