diff options
author | Tectu <joel@unormal.org> | 2012-06-27 23:34:36 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-06-27 23:34:36 +0200 |
commit | 3249a8e3bc06cb3dad6c50abacc445ad4738095a (patch) | |
tree | ef3ed6a163dcbb8ce66287aeec6f5304e4199288 | |
parent | c621e9f19281a568e351e1c0a9b8fd17d3b0202c (diff) | |
download | uGFX-3249a8e3bc06cb3dad6c50abacc445ad4738095a.tar.gz uGFX-3249a8e3bc06cb3dad6c50abacc445ad4738095a.tar.bz2 uGFX-3249a8e3bc06cb3dad6c50abacc445ad4738095a.zip |
prototype fix
-rw-r--r-- | glcd.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |