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 94d6f70577..a0cab20dd7 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -226,7 +226,7 @@ void init(void)
226 226
227 i2c_init(); 227 i2c_init();
228 228
229#ifdef HAVE_RTC 229#ifdef CONFIG_RTC
230 rtc_init(); 230 rtc_init();
231#endif 231#endif
232#ifdef HAVE_RTC_RAM 232#ifdef HAVE_RTC_RAM