- 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
This commit is contained in:
Ross Owen
2023-02-06 21:05:48 +00:00
parent 317e27e421
commit 27a59ab3bc

View File

@@ -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