Fixed build issue with c_dig_rx

This commit is contained in:
Ross Owen
2014-09-19 11:22:11 +01:00
parent e7e520506b
commit 1a20175b01

View File

@@ -997,7 +997,11 @@ chanend ?c_config, chanend ?c)
#else
null,
#endif
divide, curSamFreq, c_dig_rx, c);
divide, curSamFreq,
#if defined (ADAT_RX) || defined (SPDIF_RX)
c_dig_rx,
#endif
c);
if(command == SET_SAMPLE_FREQ)
{