summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-16 22:13:41 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-16 22:13:41 -0600
commit6fbbf131fccc9290b7336009b9acae50ef2f8152 (patch)
tree7c709bdc3851cf64f0d77c350a9738dd5e06e378 /NxWidgets/nxwm
parent8397d6ca465653b01dd5bee7533e0573f5f6ce9a (diff)
downloadnuttx-6fbbf131fccc9290b7336009b9acae50ef2f8152.tar.gz
nuttx-6fbbf131fccc9290b7336009b9acae50ef2f8152.tar.bz2
nuttx-6fbbf131fccc9290b7336009b9acae50ef2f8152.zip
MXT driver: Fix error in thread test... backward logic
Diffstat (limited to 'NxWidgets/nxwm')
-rw-r--r--NxWidgets/nxwm/src/ctouchscreen.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/NxWidgets/nxwm/src/ctouchscreen.cxx b/NxWidgets/nxwm/src/ctouchscreen.cxx
index 0a1bea71f..68fec4e5b 100644
--- a/NxWidgets/nxwm/src/ctouchscreen.cxx
+++ b/NxWidgets/nxwm/src/ctouchscreen.cxx
@@ -591,5 +591,3 @@ void CTouchscreen::handleMouseInput(struct touch_sample_s *sample)
(void)nx_mousein(handle, x, y, buttons);
}
-
-