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,