aboutsummaryrefslogtreecommitdiffstats
path: root/touchpad.h
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2012-06-01 12:44:48 +0200
committerTectu <joel@unormal.org>2012-06-01 12:44:48 +0200
commita7295f47e9ce21e17b17d9e12730fbfc15ee5340 (patch)
tree4ca90d59a18b3d13225498cc5e39173e0cd67a16 /touchpad.h
parent5e37443a6f76b120925f1d2f8c0d6d83ab72b22a (diff)
downloaduGFX-a7295f47e9ce21e17b17d9e12730fbfc15ee5340.tar.gz
uGFX-a7295f47e9ce21e17b17d9e12730fbfc15ee5340.tar.bz2
uGFX-a7295f47e9ce21e17b17d9e12730fbfc15ee5340.zip
fix
Diffstat (limited to 'touchpad.h')
-rw-r--r--touchpad.h2
1 files changed, 2 insertions, 0 deletions
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);