From 60e159c7232cb5e8b45d6302479753880611fc14 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 30 Oct 2013 17:16:58 -0600 Subject: Fix typos introduced into NxWM configuration by an earlier check-in today --- NxWidgets/UnitTests/nxwm/nxwm_main.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'NxWidgets/UnitTests') diff --git a/NxWidgets/UnitTests/nxwm/nxwm_main.cxx b/NxWidgets/UnitTests/nxwm/nxwm_main.cxx index 0787a6cba..167984b14 100644 --- a/NxWidgets/UnitTests/nxwm/nxwm_main.cxx +++ b/NxWidgets/UnitTests/nxwm/nxwm_main.cxx @@ -44,8 +44,8 @@ #include #include -#ifdef CONFIG_NXWM_TOUCHCREEN_CONFIGDATA -# include +#ifdef CONFIG_NXWM_TOUCHSCREEN_CONFIGDATA +# include #endif #include "ctaskbar.hxx" @@ -496,7 +496,7 @@ static bool createCalibration(void) } showTestCaseMemory("createCalibration: After creating CCalibration"); -#ifdef CONFIG_NXWM_TOUCHCREEN_CONFIGDATA +#ifdef CONFIG_NXWM_TOUCHSCREEN_CONFIGDATA // Check if we have previously stored calibration data int ret = platform_getconfig(CONFIGDATA_TSCALIBRATION, 0, @@ -761,7 +761,7 @@ int nxwm_main(int argc, char *argv[]) } #ifdef CONFIG_NXWM_TOUCHSCREEN -#ifdef CONFIG_NXWM_TOUCHCREEN_CONFIGDATA +#ifdef CONFIG_NXWM_TOUCHSCREEN_CONFIGDATA // There are two possibilies: (1) We started the calibration earlier and now // need to obtain the calibration data from the calibration process, or (2) // We have already obtained stored calibration data in which case, the calibration @@ -794,7 +794,7 @@ int nxwm_main(int argc, char *argv[]) } else { -#if 0 // ifdef CONFIG_NXWM_TOUCHCREEN_CONFIGDATA. Done in CCalibration +#if 0 // ifdef CONFIG_NXWM_TOUCHSCREEN_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