X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=mware%2Ffont.c;h=bd19f0aff4f5b70d39bb9c9e19a6e25d130525c9;hb=4e5ed47bad71f6730e6a041cbe00418d458d0c9c;hp=b69a02cff2263c2ebfd497b00e9defd08d48b5fc;hpb=489911fbfa0f1490b44f7868cc4286bd5a466341;p=bertos.git 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, /* */