diff options
author | Tectu <joel@unormal.org> | 2012-08-09 02:22:10 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-08-09 02:22:10 +0200 |
commit | 4c3e1847dede93bf3f1671a00e86c57c0c1387ac (patch) | |
tree | 18dbf2ae32eb509eaa5af28633fd58dbe72a2cf7 /halext/drivers | |
parent | 19bb3b15dd368b019cdab1b12565156b84f9d32a (diff) | |
download | uGFX-4c3e1847dede93bf3f1671a00e86c57c0c1387ac.tar.gz uGFX-4c3e1847dede93bf3f1671a00e86c57c0c1387ac.tar.bz2 uGFX-4c3e1847dede93bf3f1671a00e86c57c0c1387ac.zip |
removed TOUCHPAD_NEED_MULTITASKING
Diffstat (limited to 'halext/drivers')
-rw-r--r-- | halext/drivers/touchpad/touchpadXPT2046/xpt2046_lld.c.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/halext/drivers/touchpad/touchpadXPT2046/xpt2046_lld.c.h b/halext/drivers/touchpad/touchpadXPT2046/xpt2046_lld.c.h index 97adc1ad..2b33034a 100644 --- a/halext/drivers/touchpad/touchpadXPT2046/xpt2046_lld.c.h +++ b/halext/drivers/touchpad/touchpadXPT2046/xpt2046_lld.c.h @@ -62,6 +62,8 @@ __inline uint16_t lld_tpReadY(void) { } __inline uint16_t lld_tpReadZ(void) { + /* ToDo */ + return 0; } |