diff options
author | Tectu <joel@unormal.org> | 2012-08-09 01:31:24 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-08-09 01:31:24 +0200 |
commit | 79c053567816521b601e44981bf3af5b0e40f752 (patch) | |
tree | a3a15ded67e203e635f5a1012fe23d13a20a5d48 /halext/src | |
parent | 640b7473935bea33102187a2833dae940b345576 (diff) | |
download | uGFX-79c053567816521b601e44981bf3af5b0e40f752.tar.gz uGFX-79c053567816521b601e44981bf3af5b0e40f752.tar.bz2 uGFX-79c053567816521b601e44981bf3af5b0e40f752.zip |
more touchpad stuff
Diffstat (limited to 'halext/src')
-rw-r--r-- | halext/src/touchpad.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/halext/src/touchpad.c b/halext/src/touchpad.c index 29ff9eb5..f65ca0cd 100644 --- a/halext/src/touchpad.c +++ b/halext/src/touchpad.c @@ -77,12 +77,12 @@ */ void tpInit(TOUCHPADDriver * UNUSED(tp)) { /* Initialise Mutex */ - MUTEX_INIT + //MUTEX_INIT /* Initialise driver */ - MUTEX_ENTER - tp_lld_init(tp); - MUTEX_EXIT + //MUTEX_ENTER + tp_lld_init(); + //MUTEX_EXIT } #endif |