summaryrefslogtreecommitdiff
path: root/apps/screens.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/screens.h')
-rw-r--r--apps/screens.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/screens.h b/apps/screens.h
index 3de66582ee..f879da264c 100644
--- a/apps/screens.h
+++ b/apps/screens.h
@@ -35,9 +35,9 @@ int mmc_remove_request(void);
35 35
36#if CONFIG_KEYPAD == RECORDER_PAD 36#if CONFIG_KEYPAD == RECORDER_PAD
37int pitch_screen(void); 37int pitch_screen(void);
38extern bool quick_screen_f3(void); 38extern bool quick_screen_f3(int button_enter);
39#endif 39#endif
40extern bool quick_screen_quick(void); 40extern bool quick_screen_quick(int button_enter);
41 41
42#ifdef HAVE_RTC 42#ifdef HAVE_RTC
43bool set_time_screen(const char* string, struct tm *tm); 43bool set_time_screen(const char* string, struct tm *tm);