summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/motion_sense.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/motion_sense.c b/common/motion_sense.c
index 18aa5aa45e..62be9ad181 100644
--- a/common/motion_sense.c
+++ b/common/motion_sense.c
@@ -164,7 +164,7 @@ void motion_get_accel_lid(vector_3_t *v, int adjusted)
struct motion_sensor_t *accel_lid = NULL;
for (i = 0; i < motion_sensor_count; ++i) {
sensor = &motion_sensors[i];
- if ((LOCATION_BASE == sensor->location)
+ if ((LOCATION_LID == sensor->location)
&& (SENSOR_ACCELEROMETER == sensor->type)) {
accel_lid = sensor;
break;