summaryrefslogtreecommitdiff
path: root/6515
diff options
context:
space:
mode:
Diffstat (limited to '6515')
-rwxr-xr-x6515/libsensors_iio/MPLSensor.h2
-rwxr-xr-x6515/libsensors_iio/sensors.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/6515/libsensors_iio/MPLSensor.h b/6515/libsensors_iio/MPLSensor.h
index aa9dbc5..a80c224 100755
--- a/6515/libsensors_iio/MPLSensor.h
+++ b/6515/libsensors_iio/MPLSensor.h
@@ -151,7 +151,7 @@ class PressureSensor;
#define ENABLE_LP_QUAT_FEAT
/* Enable Pressure sensor support */
-#define ENABLE_PRESSURE
+#undef ENABLE_PRESSURE
/* Screen Orientation is not currently supported */
int isDmpScreenAutoRotationEnabled()
diff --git a/6515/libsensors_iio/sensors.h b/6515/libsensors_iio/sensors.h
index 987eaff..d7ede3c 100755
--- a/6515/libsensors_iio/sensors.h
+++ b/6515/libsensors_iio/sensors.h
@@ -35,7 +35,7 @@ __BEGIN_DECLS
#define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0]))
#endif
-#define ENABLE_PRESSURE
+#undef ENABLE_PRESSURE
enum {
ID_GY = 0,