From b998c623da5bf2adb2813db7484bac7c7ef215bb Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 16 Jul 2014 22:13:41 -0600 Subject: [PATCH] MXT driver: Fix error in thread test... backward logic --- nxwm/src/ctouchscreen.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/nxwm/src/ctouchscreen.cxx b/nxwm/src/ctouchscreen.cxx index 0a1bea71f..68fec4e5b 100644 --- a/nxwm/src/ctouchscreen.cxx +++ b/nxwm/src/ctouchscreen.cxx @@ -591,5 +591,3 @@ void CTouchscreen::handleMouseInput(struct touch_sample_s *sample) (void)nx_mousein(handle, x, y, buttons); } - -