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 92b00062cb..b505dcb79b 100644
--- a/apps/screens.h
+++ b/apps/screens.h
@@ -36,7 +36,7 @@ int mmc_remove_request(void);
36#endif 36#endif
37 37
38#if CONFIG_RTC 38#if CONFIG_RTC
39bool set_time_screen(const char* title, struct tm *tm); 39bool set_time_screen(const char* title, struct tm *tm, bool set_date);
40#endif 40#endif
41 41
42bool shutdown_screen(void); 42bool shutdown_screen(void);