Put fake mic toggle under FAKE_MIC ifdef.
This commit is contained in:
parent
073b71a46e
commit
7647ebbccd
|
@ -120,7 +120,9 @@ const u16 cli_kb_cfg[NB_KEYS] =
|
||||||
SDLK_o // BOOST
|
SDLK_o // BOOST
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#ifdef FAKE_MIC
|
||||||
static BOOL enable_fake_mic;
|
static BOOL enable_fake_mic;
|
||||||
|
#endif
|
||||||
|
|
||||||
struct my_config {
|
struct my_config {
|
||||||
int load_slot;
|
int load_slot;
|
||||||
|
|
Loading…
Reference in New Issue