From 27a59ab3bc6f770df4795f96709436c75c4ef020 Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Mon, 6 Feb 2023 21:05:48 +0000 Subject: [PATCH] - Fixed MIXER define usage in main - Fixed unsafe pointer usage when MAX_MIX_COUNT=0 - Fixed syntax error building mixer when no features enabled relating to empty switch statement --- lib_xua/src/core/main.xc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib_xua/src/core/main.xc b/lib_xua/src/core/main.xc index a79d3c26..046059eb 100755 --- a/lib_xua/src/core/main.xc +++ b/lib_xua/src/core/main.xc @@ -290,7 +290,7 @@ VENDOR_REQUESTS_PARAMS_DEC_ chan c_xud_in[ENDPOINT_COUNT_IN]; chan c_aud_ctl; -#if (MIXER) +#if (!MIXER) #define c_mix_ctl null #endif