aboutsummaryrefslogtreecommitdiffstats
path: root/touchpad.h
diff options
context:
space:
mode:
Diffstat (limited to 'touchpad.h')
-rw-r--r--touchpad.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/touchpad.h b/touchpad.h
index 97efb09d..947077cc 100644
--- a/touchpad.h
+++ b/touchpad.h
@@ -9,7 +9,7 @@
#define SET_CS(a) (TP_PORT->BSRR = 1 << (TP_CS + (a ? 0 : 16)))
-volatile struct cal {
+struct cal {
float xm;
float ym;
float xn;