From 6d8a04a322fcbbdab1ade902371d87ef7de1adb1 Mon Sep 17 00:00:00 2001 From: Christian Kroll Date: Sat, 3 Nov 2012 21:34:09 +0000 Subject: [PATCH] progmem const error --- scrolltext/font_uni53.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scrolltext/font_uni53.c b/scrolltext/font_uni53.c index ed54e91..5165723 100644 --- a/scrolltext/font_uni53.c +++ b/scrolltext/font_uni53.c @@ -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, /* # ### */