Add missing type in declaration.
[bertos.git] / 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, /*   */