aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--glcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glcd.h b/glcd.h
index d0597a88..c1653869 100644
--- a/glcd.h
+++ b/glcd.h
@@ -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);