diff options
Diffstat (limited to 'touchpad.h')
-rw-r--r-- | touchpad.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |