mirror of
https://github.com/apache/nuttx.git
synced 2026-05-25 09:45:55 +08:00
include/nuttx/usb/audio.h: Fix warning: 'missing whitespace after the macro name'
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user