diff options
author | Tectu <joel@unormal.org> | 2012-06-08 00:10:57 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-06-08 00:10:57 +0200 |
commit | 9e3f9665564f73820d43dafd0415adb910a57bc0 (patch) | |
tree | 5d050174dd1832d664286340496f50345b7b37c5 | |
parent | 9220a1ea3cb149b05af5d099b4e36674a1292e1d (diff) | |
download | uGFX-9e3f9665564f73820d43dafd0415adb910a57bc0.tar.gz uGFX-9e3f9665564f73820d43dafd0415adb910a57bc0.tar.bz2 uGFX-9e3f9665564f73820d43dafd0415adb910a57bc0.zip |
fixes
-rw-r--r-- | touchpad.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,9 @@ #include "touchpad.h" #include "glcd.h" -static struct cal cal; +static struct cal cal = { + 1, 1, 0, 0 +}; static const SPIConfig spicfg = { NULL, |