From 08bb31506ea7c3c6fbc9792d9455ef8638d66f9d Mon Sep 17 00:00:00 2001 From: Tectu Date: Mon, 4 Jun 2012 23:06:05 +0200 Subject: [PATCH] cleanup --- glcd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);