fix for newer gcc

This commit is contained in:
Simon John 2013-05-11 01:19:04 +02:00
parent 36e32e57af
commit 24a16a5633

View File

@ -6,7 +6,7 @@
// standard ascii 5x7 font // standard ascii 5x7 font
static unsigned char font[] PROGMEM = { static const unsigned char font[] PROGMEM = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x3E, 0x5B, 0x4F, 0x5B, 0x3E, 0x3E, 0x5B, 0x4F, 0x5B, 0x3E,
0x3E, 0x6B, 0x4F, 0x6B, 0x3E, 0x3E, 0x6B, 0x4F, 0x6B, 0x3E,