summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 2524dcc..7047b93 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -193,7 +193,7 @@ enum { ALARM_START_WPS = 0,
#define SETTINGS_RTC (BIT_N(0)) /* only the settings from the RTC nonvolatile RAM */
#define SETTINGS_HD (BIT_N(1)) /* only the settings from the disk sector */
#define SETTINGS_ALL (SETTINGS_RTC|SETTINGS_HD) /* both */
-void settings_load(int which);
+void settings_load(int which) INIT_ATTR;
bool settings_load_config(const char* file, bool apply);
void status_save(void);