diff options
Diffstat (limited to 'touchpad.c')
-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, |