prototype fix

ugfx_release_2.6
Tectu 2012-06-27 23:34:36 +02:00
parent c621e9f192
commit 3249a8e3bc
1 changed files with 1 additions and 1 deletions

2
glcd.h
View File

@ -53,7 +53,7 @@ extern "C" {
#endif
/* Core functions */
void lcdInit(GLCDDriver *);
void lcdInit(GLCDDriver *GLCDD1);
void lcdClear(uint16_t color);
void lcdSetOrientation(uint8_t newOrientation);