progmem const error
This commit is contained in:
parent
05d7054179
commit
6d8a04a322
|
@ -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, /* # ### */
|
||||
|
|
Loading…
Reference in New Issue