fixed typo / added "const" to defines for newer gcc compatibility

This commit is contained in:
Maik Stohn
2013-05-21 17:58:34 +02:00
parent 567291e734
commit bd33cf4a9f
2 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
* Implementation of the LCD display routines for a DOGM128 graphic display. These are common LCD 128x64 pixel graphic displays.
**/
ifdef ULTIPANEL
#ifdef ULTIPANEL
#define BLEN_A 0
#define BLEN_B 1
#define BLEN_C 2