aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2012-06-27 23:34:36 +0200
committerTectu <joel@unormal.org>2012-06-27 23:34:36 +0200
commit3249a8e3bc06cb3dad6c50abacc445ad4738095a (patch)
treeef3ed6a163dcbb8ce66287aeec6f5304e4199288
parentc621e9f19281a568e351e1c0a9b8fd17d3b0202c (diff)
downloaduGFX-3249a8e3bc06cb3dad6c50abacc445ad4738095a.tar.gz
uGFX-3249a8e3bc06cb3dad6c50abacc445ad4738095a.tar.bz2
uGFX-3249a8e3bc06cb3dad6c50abacc445ad4738095a.zip
prototype fix
-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);