Fixed mixer build issue when IN_VOLUME_IN_MIXER not set

This commit is contained in:
Ross Owen
2014-11-10 18:38:22 +00:00
parent a97d5f3e57
commit 08cba47cb5

View File

@@ -17,10 +17,10 @@
static unsigned int multOut_array[NUM_USB_CHAN_OUT + 1];
static xc_ptr multOut;
//#endif
#ifdef IN_VOLUME_IN_MIXER
//#ifdef IN_VOLUME_IN_MIXER
static unsigned int multIn_array[NUM_USB_CHAN_IN + 1];
static xc_ptr multIn;
#endif
//#endif
#if defined (LEVEL_METER_LEDS) || defined (LEVEL_METER_HOST)
static unsigned abs(int x)