diff options
Diffstat (limited to 'touchpad.c')
-rw-r--r-- | touchpad.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #include "touchpad.h" #include "glcd.h" -static struct cal cal = { +volatile static struct cal cal = { 1, 1, 0, 0 }; |