From 908099023453c373c9a3e560f1cbf4c6fffb84fe Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Mon, 6 Feb 2023 23:44:20 +0000 Subject: [PATCH] Fixed typo in define check --- lib_xua/src/core/mixer/mixer.xc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib_xua/src/core/mixer/mixer.xc b/lib_xua/src/core/mixer/mixer.xc index 178af474..52a56921 100644 --- a/lib_xua/src/core/mixer/mixer.xc +++ b/lib_xua/src/core/mixer/mixer.xc @@ -381,7 +381,7 @@ static void mixer1(chanend c_host, chanend c_mix_ctl, chanend c_mixer2) #endif /* Between request to decouple and response ~ 400nS latency for interrupt to fire */ -#if (MIX_MIX_COUNT > 0) || (IN_VOLUME_IN_MIXER) || (OUT_VOLUME_IN_MIXER) || defined (LEVEL_METER_HOST) || defined(LEVEL_METER_LEDS) +#if (MAX_MIX_COUNT > 0) || (IN_VOLUME_IN_MIXER) || (OUT_VOLUME_IN_MIXER) || defined (LEVEL_METER_HOST) || defined(LEVEL_METER_LEDS) select { case inuint_byref(c_mix_ctl, cmd):