diff options
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 |