From a7295f47e9ce21e17b17d9e12730fbfc15ee5340 Mon Sep 17 00:00:00 2001 From: Tectu Date: Fri, 1 Jun 2012 12:44:48 +0200 Subject: fix --- touchpad.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'touchpad.h') diff --git a/touchpad.h b/touchpad.h index 942ba110..0dc6d7fc 100644 --- a/touchpad.h +++ b/touchpad.h @@ -4,6 +4,8 @@ #include "ch.h" #include "hal.h" +#define CONVERSIONS 3 + #define SET_CS(a) (TP_PORT->BSRR = 1 << (TP_CS + (a ? 0 : 16))) void tpInit(void); -- cgit v1.2.3