Add missing type in declaration.
authorbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Sat, 8 Jan 2005 09:20:38 +0000 (09:20 +0000)
committerbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Sat, 8 Jan 2005 09:20:38 +0000 (09:20 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@333 38d2e660-2303-0410-9eaa-f027e97ec537

mware/font.c

index b69a02cff2263c2ebfd497b00e9defd08d48b5fc..bd19f0aff4f5b70d39bb9c9e19a6e25d130525c9 100755 (executable)
@@ -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, /*   */