mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 20:49:49 +04:00
fmt
This commit is contained in:
@@ -55,7 +55,7 @@ void input_settings_load(InputSettings* settings) {
|
|||||||
FURI_LOG_W(TAG, "Failed to load file, using defaults");
|
FURI_LOG_W(TAG, "Failed to load file, using defaults");
|
||||||
memset(settings, 0, sizeof(InputSettings));
|
memset(settings, 0, sizeof(InputSettings));
|
||||||
settings->vibro_touch_trigger_mask = INPUT_SETTINGS_VIBRO_TOUCH_TRIGGER_MASK_DEFAULT;
|
settings->vibro_touch_trigger_mask = INPUT_SETTINGS_VIBRO_TOUCH_TRIGGER_MASK_DEFAULT;
|
||||||
// input_settings_save(settings);
|
//input_settings_save(settings);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user