summaryrefslogtreecommitdiffstats
path: root/apps/screens.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/screens.h')
-rw-r--r--apps/screens.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/screens.h b/apps/screens.h
index 3015652a5c..ce174e1e58 100644
--- a/apps/screens.h
+++ b/apps/screens.h
@@ -42,7 +42,7 @@ extern bool quick_screen_f3(int button_enter);
#endif
extern bool quick_screen_quick(int button_enter);
-#ifdef CONFIG_RTC
+#if CONFIG_RTC
bool set_time_screen(const char* string, struct tm *tm);
#endif