include/nuttx/usb/audio.h: Fix warning: 'missing whitespace after the macro name'
This commit is contained in:
parent
19bde835e2
commit
11bccf42ea
|
@ -797,7 +797,7 @@ struct adc_mixerunit_desc_s
|
|||
/* 12+npins+nchan: mixer=String index of mixer unit name */
|
||||
};
|
||||
|
||||
#define mu_srcid[n] mu_variable[(n)-1]
|
||||
#define mu_srcid(n) mu_variable[(n)-1]
|
||||
#define mu_nchan(p) mu_variable[(p)->mu_npins]
|
||||
#define mu_controls(p) mu_variable[(p)->mu_npins+1]
|
||||
#define mu_mixer(p) mu_variable[(p)->mu_npins+2]
|
||||
|
|
Loading…
Reference in New Issue