diff options
author | Tectu <joel@unormal.org> | 2012-08-09 01:20:15 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-08-09 01:20:15 +0200 |
commit | 640b7473935bea33102187a2833dae940b345576 (patch) | |
tree | 47763231ea2c3a7829bd603c83990915335c65d8 /halext/include | |
parent | 384529af26a27ef7500b4ff97fbcd85e50385f7b (diff) | |
download | uGFX-640b7473935bea33102187a2833dae940b345576.tar.gz uGFX-640b7473935bea33102187a2833dae940b345576.tar.bz2 uGFX-640b7473935bea33102187a2833dae940b345576.zip |
more touchpad stuff
Diffstat (limited to 'halext/include')
-rw-r--r-- | halext/include/touchpad.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/halext/include/touchpad.h b/halext/include/touchpad.h index 5991b6ae..12b462fd 100644 --- a/halext/include/touchpad.h +++ b/halext/include/touchpad.h @@ -67,7 +67,7 @@ extern "C" { #else - #define tpInit(tp) tp_lld_init(tp) + #define tpInit(tp) tp_lld_init() #define tpReadX() tp_lld_read_x() #define tpReadY() tp_lld_read_y() |