From ceda51b22b3074ab4783e4d8b071b1f0746f5e35 Mon Sep 17 00:00:00 2001 From: Tectu Date: Mon, 11 Jun 2012 14:34:17 +0200 Subject: fixed compiler warning --- touchpad.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'touchpad.h') 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; -- cgit v1.2.3