aboutsummaryrefslogtreecommitdiffstats
path: root/glcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'glcd.h')
-rw-r--r--glcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glcd.h b/glcd.h
index 280c0a76..f075d28b 100644
--- a/glcd.h
+++ b/glcd.h
@@ -44,7 +44,7 @@
(uint16_t)( (( red >> 3 ) << 11 ) | (( green >> 2 ) << 5 ) | ( blue >> 3 ))
enum orientation {portrait, landscape, portraitInv, landscapeInv};
-enum filles{frame, filled};
+enum filled {frame, filled};
void lcdInit(void);
void lcdClear(uint16_t color);