Skip to content

Commit a9e5bc4

Browse files
Font data is const. Again.
1 parent 186d5b3 commit a9e5bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glcdfont.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
// Standard ASCII 5x7 font
1212

13-
static unsigned char font[] PROGMEM = {
13+
static const unsigned char font[] PROGMEM = {
1414
0x00, 0x00, 0x00, 0x00, 0x00,
1515
0x3E, 0x5B, 0x4F, 0x5B, 0x3E,
1616
0x3E, 0x6B, 0x4F, 0x6B, 0x3E,

0 commit comments

Comments
 (0)