summaryrefslogtreecommitdiff
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 ea5e9440c8..c8e5c320f5 100644
--- a/apps/screens.h
+++ b/apps/screens.h
@@ -41,7 +41,7 @@ extern bool quick_screen_f3(int button_enter);
41#endif 41#endif
42extern bool quick_screen_quick(int button_enter); 42extern bool quick_screen_quick(int button_enter);
43 43
44#ifdef HAVE_RTC 44#ifdef CONFIG_RTC
45bool set_time_screen(const char* string, struct tm *tm); 45bool set_time_screen(const char* string, struct tm *tm);
46#endif 46#endif
47 47