From 7d1a46d2fcbdbecf1fba9c915ef757d66989f199 Mon Sep 17 00:00:00 2001 From: Tectu Date: Mon, 28 May 2012 19:41:40 +0200 Subject: cleanups --- glcd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glcd.h') diff --git a/glcd.h b/glcd.h index 8a730d79..dfe9b9a2 100755 --- a/glcd.h +++ b/glcd.h @@ -33,7 +33,7 @@ (( green >> 2 ) << 5 ) | \ ( blue >> 3 )) -enum orientation { Portrait = 0, Landscape = 1 }; +enum orientation {portrait = 0, landscape = 1}; uint16_t lcdReadReg(uint16_t reg); void lcdInit(void); -- cgit v1.2.3