From 3249a8e3bc06cb3dad6c50abacc445ad4738095a Mon Sep 17 00:00:00 2001 From: Tectu Date: Wed, 27 Jun 2012 23:34:36 +0200 Subject: [PATCH] prototype fix --- glcd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);