summaryrefslogtreecommitdiff
path: root/apps/screens.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/screens.c')
-rw-r--r--apps/screens.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/screens.c b/apps/screens.c
index 47f110efd9..020d0a3021 100644
--- a/apps/screens.c
+++ b/apps/screens.c
@@ -66,7 +66,7 @@ void charging_splash(void)
66#endif 66#endif
67 67
68 68
69#if defined(HAVE_LCD_BITMAP) && (CONFIG_RTC != 0) 69#if (CONFIG_RTC != 0)
70 70
71/* little helper function for voice output */ 71/* little helper function for voice output */
72static void say_time(int cursorpos, const struct tm *tm) 72static void say_time(int cursorpos, const struct tm *tm)
@@ -360,7 +360,7 @@ bool set_time_screen(const char* title, struct tm *tm)
360#endif 360#endif
361 return usb; 361 return usb;
362} 362}
363#endif /* defined(HAVE_LCD_BITMAP) && (CONFIG_RTC != 0) */ 363#endif /* (CONFIG_RTC != 0) */
364 364
365static const int id3_headers[]= 365static const int id3_headers[]=
366{ 366{