From 677ce5a4c5be2d0cd94b32fa808fe6abbe44aaf1 Mon Sep 17 00:00:00 2001 From: Eric Lewis Date: Wed, 6 Jan 2016 21:31:22 -0500 Subject: [PATCH] Make library compatible with the latest avr-gcc compiler. --- glcdfont.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glcdfont.c b/glcdfont.c index 3b0d3ac..68aa799 100644 --- a/glcdfont.c +++ b/glcdfont.c @@ -12,7 +12,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,