forked from PAWPAW-Mirror/lib_xua
- 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:
@@ -290,7 +290,7 @@ VENDOR_REQUESTS_PARAMS_DEC_
|
|||||||
chan c_xud_in[ENDPOINT_COUNT_IN];
|
chan c_xud_in[ENDPOINT_COUNT_IN];
|
||||||
chan c_aud_ctl;
|
chan c_aud_ctl;
|
||||||
|
|
||||||
#if (MIXER)
|
#if (!MIXER)
|
||||||
#define c_mix_ctl null
|
#define c_mix_ctl null
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user