From 9c190bae9b5d3082d156626dc7c741691a3338cd Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 30 Oct 2013 11:21:25 -0600 Subject: Saving of touchscreen calibration but be done in CCalbration each time the touchscreen is calibrated, not just once on startup --- NxWidgets/UnitTests/nxwm/nxwm_main.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NxWidgets/UnitTests/nxwm') 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. -- cgit v1.2.3