summaryrefslogtreecommitdiff
path: root/apps/screens.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/screens.c')
-rw-r--r--apps/screens.c28
1 files changed, 3 insertions, 25 deletions
diff --git a/apps/screens.c b/apps/screens.c
index dc54a00b1d..7e48ae16fb 100644
--- a/apps/screens.c
+++ b/apps/screens.c
@@ -7,7 +7,7 @@
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id$ 8 * $Id$
9 * 9 *
10 * Copyright (C) 2002 Björn Stenberg 10 * Copyright (C) 2002 Bj�rn Stenberg
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * All files in this archive are subject to the GNU General Public License.
13 * See the file COPYING in the source tree root for full license agreement. 13 * See the file COPYING in the source tree root for full license agreement.
@@ -791,30 +791,8 @@ void charging_splash(void)
791 791
792#if defined(HAVE_LCD_BITMAP) && (CONFIG_RTC != 0) 792#if defined(HAVE_LCD_BITMAP) && (CONFIG_RTC != 0)
793 793
794const int dayname[] = { 794extern const int dayname[];
795 LANG_WEEKDAY_SUNDAY, 795extern const int monthname[];
796 LANG_WEEKDAY_MONDAY,
797 LANG_WEEKDAY_TUESDAY,
798 LANG_WEEKDAY_WEDNESDAY,
799 LANG_WEEKDAY_THURSDAY,
800 LANG_WEEKDAY_FRIDAY,
801 LANG_WEEKDAY_SATURDAY
802};
803
804const int monthname[] = {
805 LANG_MONTH_JANUARY,
806 LANG_MONTH_FEBRUARY,
807 LANG_MONTH_MARCH,
808 LANG_MONTH_APRIL,
809 LANG_MONTH_MAY,
810 LANG_MONTH_JUNE,
811 LANG_MONTH_JULY,
812 LANG_MONTH_AUGUST,
813 LANG_MONTH_SEPTEMBER,
814 LANG_MONTH_OCTOBER,
815 LANG_MONTH_NOVEMBER,
816 LANG_MONTH_DECEMBER
817};
818 796
819/* little helper function for voice output */ 797/* little helper function for voice output */
820static void say_time(int cursorpos, const struct tm *tm) 798static void say_time(int cursorpos, const struct tm *tm)