summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/src/ccalibration.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/nxwm/src/ccalibration.cxx')
-rw-r--r--NxWidgets/nxwm/src/ccalibration.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/NxWidgets/nxwm/src/ccalibration.cxx b/NxWidgets/nxwm/src/ccalibration.cxx
index 562ef206e..74be1fd09 100644
--- a/NxWidgets/nxwm/src/ccalibration.cxx
+++ b/NxWidgets/nxwm/src/ccalibration.cxx
@@ -45,8 +45,8 @@
#include <assert.h>
#include <debug.h>
-#ifdef CONFIG_NXWM_TOUCHCREEN_CONFIGDATA
-# include <arch/platform/configdata.h>
+#ifdef CONFIG_NXWM_TOUCHSCREEN_CONFIGDATA
+# include <apps/platform/configdata.h>
#endif
#include "nxwmconfig.hxx"
@@ -1103,7 +1103,7 @@ void CCalibration::finishCalibration(void)
struct SCalibrationData caldata;
if (createCalibrationData(caldata))
{
-#ifdef CONFIG_NXWM_TOUCHCREEN_CONFIGDATA
+#ifdef CONFIG_NXWM_TOUCHSCREEN_CONFIGDATA
// Save the new calibration data. The saved calibration
// data may be used to avoided recalibrating in the future.