summaryrefslogtreecommitdiff
path: root/apps/settings_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings_menu.c')
-rw-r--r--apps/settings_menu.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/settings_menu.c b/apps/settings_menu.c
index 3553c01f09..88b246fec4 100644
--- a/apps/settings_menu.c
+++ b/apps/settings_menu.c
@@ -829,7 +829,7 @@ static bool battery_type(void)
829#endif 829#endif
830#endif 830#endif
831 831
832#ifdef HAVE_RTC 832#ifdef CONFIG_RTC
833static bool timedate_set(void) 833static bool timedate_set(void)
834{ 834{
835 struct tm tm; 835 struct tm tm;
@@ -1682,7 +1682,7 @@ static bool disk_settings_menu(void)
1682} 1682}
1683#endif /* !HAVE_MMC */ 1683#endif /* !HAVE_MMC */
1684 1684
1685#ifdef HAVE_RTC 1685#ifdef CONFIG_RTC
1686static bool time_settings_menu(void) 1686static bool time_settings_menu(void)
1687{ 1687{
1688 int m; 1688 int m;
@@ -1748,7 +1748,7 @@ static bool system_settings_menu(void)
1748#ifndef HAVE_MMC 1748#ifndef HAVE_MMC
1749 { ID2P(LANG_DISK_MENU), disk_settings_menu }, 1749 { ID2P(LANG_DISK_MENU), disk_settings_menu },
1750#endif 1750#endif
1751#ifdef HAVE_RTC 1751#ifdef CONFIG_RTC
1752 { ID2P(LANG_TIME_MENU), time_settings_menu }, 1752 { ID2P(LANG_TIME_MENU), time_settings_menu },
1753#endif 1753#endif
1754 { ID2P(LANG_POWEROFF_IDLE), poweroff_idle_timer }, 1754 { ID2P(LANG_POWEROFF_IDLE), poweroff_idle_timer },