diff options
author | Tectu <joel@unormal.org> | 2012-06-01 12:44:48 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-06-01 12:44:48 +0200 |
commit | a7295f47e9ce21e17b17d9e12730fbfc15ee5340 (patch) | |
tree | 4ca90d59a18b3d13225498cc5e39173e0cd67a16 /touchpad.h | |
parent | 5e37443a6f76b120925f1d2f8c0d6d83ab72b22a (diff) | |
download | uGFX-a7295f47e9ce21e17b17d9e12730fbfc15ee5340.tar.gz uGFX-a7295f47e9ce21e17b17d9e12730fbfc15ee5340.tar.bz2 uGFX-a7295f47e9ce21e17b17d9e12730fbfc15ee5340.zip |
fix
Diffstat (limited to 'touchpad.h')
-rw-r--r-- | touchpad.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |