From 24a16a5633feb6f0fc419c08c2bb16aa92dfc052 Mon Sep 17 00:00:00 2001 From: Simon John Date: Sat, 11 May 2013 01:19:04 +0200 Subject: [PATCH] fix for newer gcc --- glcdfont.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glcdfont.c b/glcdfont.c index abc3631..ebf7472 100644 --- a/glcdfont.c +++ b/glcdfont.c @@ -6,7 +6,7 @@ // standard ascii 5x7 font -static unsigned char font[] PROGMEM = { +static const unsigned char font[] PROGMEM = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x3E, 0x5B, 0x4F, 0x5B, 0x3E, 0x3E, 0x6B, 0x4F, 0x6B, 0x3E,