whoopsie...
This commit is contained in:
parent
692ff53ff7
commit
9397aa2348
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ void load_in_config(dev_in_settings_t *const out_conf, const char* const filepat
|
|||
}
|
||||
|
||||
int rumble_on_mode_switch;
|
||||
if (config_lookup_bool(&cfg, "rumble_on_mode_switch", &enable_qam) != CONFIG_FALSE) {
|
||||
if (config_lookup_bool(&cfg, "rumble_on_mode_switch", &rumble_on_mode_switch) != CONFIG_FALSE) {
|
||||
out_conf->rumble_on_mode_switch = rumble_on_mode_switch;
|
||||
} else {
|
||||
fprintf(stderr, "rumble_on_mode_switch (bool) configuration not found. Default value will be used.\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue