From 9e3f9665564f73820d43dafd0415adb910a57bc0 Mon Sep 17 00:00:00 2001 From: Tectu Date: Fri, 8 Jun 2012 00:10:57 +0200 Subject: [PATCH] fixes --- touchpad.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/touchpad.c b/touchpad.c index a7ef221c..7e88a800 100644 --- a/touchpad.c +++ b/touchpad.c @@ -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,