summaryrefslogtreecommitdiff
path: root/NxWidgets/UnitTests/nxwm
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-30 11:21:25 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-30 11:21:25 -0600
commit9c190bae9b5d3082d156626dc7c741691a3338cd (patch)
tree126bf12b5c653ea99b85995f93cd777dab7b6910 /NxWidgets/UnitTests/nxwm
parent126a5c275c84910761067dee75f1e4dbaf05bb9a (diff)
downloadnuttx-9c190bae9b5d3082d156626dc7c741691a3338cd.tar.gz
nuttx-9c190bae9b5d3082d156626dc7c741691a3338cd.tar.bz2
nuttx-9c190bae9b5d3082d156626dc7c741691a3338cd.zip
Saving of touchscreen calibration but be done in CCalbration each time the touchscreen is calibrated, not just once on startup
Diffstat (limited to 'NxWidgets/UnitTests/nxwm')
-rw-r--r--NxWidgets/UnitTests/nxwm/nxwm_main.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/NxWidgets/UnitTests/nxwm/nxwm_main.cxx b/NxWidgets/UnitTests/nxwm/nxwm_main.cxx
index 62b19bb23..0787a6cba 100644
--- a/NxWidgets/UnitTests/nxwm/nxwm_main.cxx
+++ b/NxWidgets/UnitTests/nxwm/nxwm_main.cxx
@@ -794,7 +794,7 @@ int nxwm_main(int argc, char *argv[])
}
else
{
-#ifdef CONFIG_NXWM_TOUCHCREEN_CONFIGDATA
+#if 0 // ifdef CONFIG_NXWM_TOUCHCREEN_CONFIGDATA. Done in CCalibration
// Save the new calibration data so that we do not have to do this
// again the next time we start up.