progmem const error

This commit is contained in:
Christian Kroll 2012-11-03 21:34:09 +00:00
parent 05d7054179
commit 6d8a04a322
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#include "font.h"
static unsigned int PROGMEM fontIndex_uni53[] = { 0, /* */
static unsigned int const PROGMEM fontIndex_uni53[] = { 0, /* */
1, /* ! */
3, /* " */
6, /* # */
@ -102,7 +102,7 @@ static unsigned int PROGMEM fontIndex_uni53[] = {
395
};
static unsigned char PROGMEM fontData_uni53[] = {
static unsigned char const PROGMEM fontData_uni53[] = {
0x00, /* */
0x00, /* */
0x2e, /* # ### */