summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/main.c b/apps/main.c
index 916720a5d3..c1f818be7f 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -341,7 +341,7 @@ static void init(void)
341 341
342 i2c_init(); 342 i2c_init();
343 343
344#ifdef CONFIG_RTC 344#if CONFIG_RTC
345 rtc_init(); 345 rtc_init();
346#endif 346#endif
347#ifdef HAVE_RTC_RAM 347#ifdef HAVE_RTC_RAM