summaryrefslogtreecommitdiff
path: root/apps/main_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main_menu.c')
-rw-r--r--apps/main_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/main_menu.c b/apps/main_menu.c
index 262dd61a20..8bdb6fec2e 100644
--- a/apps/main_menu.c
+++ b/apps/main_menu.c
@@ -125,7 +125,7 @@ bool show_info(void)
125 output_dyn_value(NULL, 0, free, kbyte_units, true); /* NULL == talk */ 125 output_dyn_value(NULL, 0, free, kbyte_units, true); /* NULL == talk */
126#endif 126#endif
127 127
128#ifdef HAVE_RTC 128#ifdef CONFIG_RTC
129 { 129 {
130 struct tm* tm = get_time(); 130 struct tm* tm = get_time();
131 talk_id(VOICE_CURRENT_TIME, true); 131 talk_id(VOICE_CURRENT_TIME, true);