diff options
Diffstat (limited to 'apps/main.c')
-rw-r--r-- | apps/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/main.c b/apps/main.c index f11706ef93..94d6f70577 100644 --- a/apps/main.c +++ b/apps/main.c | |||
@@ -228,6 +228,8 @@ void init(void) | |||
228 | 228 | ||
229 | #ifdef HAVE_RTC | 229 | #ifdef HAVE_RTC |
230 | rtc_init(); | 230 | rtc_init(); |
231 | #endif | ||
232 | #ifdef HAVE_RTC_RAM | ||
231 | settings_load(SETTINGS_RTC); /* early load parts of global_settings */ | 233 | settings_load(SETTINGS_RTC); /* early load parts of global_settings */ |
232 | #endif | 234 | #endif |
233 | 235 | ||