From eb388cb1036b8d8ff66e65cb4cd0f16351f273bb Mon Sep 17 00:00:00 2001 From: Dmitry Mikhirev Date: Sat, 8 Sep 2012 20:46:00 +0400 Subject: fix build --- font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/font.h b/font.h index b1a512e..e95b397 100644 --- a/font.h +++ b/font.h @@ -27,7 +27,7 @@ struct charcode { const char font; }; -charcode charmap[] PROGMEM = { +const charcode charmap[] PROGMEM = { // tilde {0x007e, 0xe9}, // latin-1 supplement -- cgit v1.2.1