From 3fcf5ea270b0d29c2079751d2adadda770dfb0ec Mon Sep 17 00:00:00 2001 From: bernie Date: Sat, 8 Jan 2005 09:20:38 +0000 Subject: [PATCH] Add missing type in declaration. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@333 38d2e660-2303-0410-9eaa-f027e97ec537 --- mware/font.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mware/font.c b/mware/font.c index b69a02cf..bd19f0af 100755 --- a/mware/font.c +++ b/mware/font.c @@ -15,6 +15,9 @@ /*#* *#* $Log$ + *#* Revision 1.5 2005/01/08 09:20:38 bernie + *#* Add missing type in declaration. + *#* *#* Revision 1.4 2004/12/31 16:42:55 bernie *#* Sanitize for non-Harvard processors. *#* @@ -46,7 +49,7 @@ #include "font.h" -const PROGMEM font[256 * 6] = +const PROGMEM uint8_t font[256 * 6] = { /* 0x00 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* */ -- 2.25.1