aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--touchpad.c4
1 files changed, 3 insertions, 1 deletions
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,