Explorar el Código

Merge pull request #3 from renatose/patch-1

Update glcdfont.c
Limor "Ladyada" Fried hace 13 años
padre
commit
6dd01cbd3f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      glcdfont.c

+ 1 - 1
glcdfont.c

@@ -6,7 +6,7 @@
 
 // standard ascii 5x7 font
 
-static unsigned char  font[] PROGMEM = {
+const static unsigned char  font[] PROGMEM = {
         0x00, 0x00, 0x00, 0x00, 0x00,   
 	0x3E, 0x5B, 0x4F, 0x5B, 0x3E, 	
 	0x3E, 0x6B, 0x4F, 0x6B, 0x3E,