whoopsie...

This commit is contained in:
Denis 2023-12-18 23:41:32 +01:00
parent 692ff53ff7
commit 9397aa2348
No known key found for this signature in database
GPG key ID: DD9B63F805CF5C03

View file

@ -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");