From: bernie Date: Sat, 8 Jan 2005 09:20:38 +0000 (+0000) Subject: Add missing type in declaration. X-Git-Tag: 1.0.0~908 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=3fcf5ea270b0d29c2079751d2adadda770dfb0ec;p=bertos.git Add missing type in declaration. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@333 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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, /* */