summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/motion_lid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/motion_lid.c b/test/motion_lid.c
index a3ce4925f1..18c4f64f33 100644
--- a/test/motion_lid.c
+++ b/test/motion_lid.c
@@ -118,7 +118,7 @@ struct motion_sensor_t motion_sensors[] = {
.drv = &test_motion_sense,
.mutex = NULL,
.drv_data = NULL,
- .i2c_addr = 0,
+ .addr = 0,
.rot_standard_ref = &base_standard_ref,
.default_config = {
.odr = 119000,
@@ -134,7 +134,7 @@ struct motion_sensor_t motion_sensors[] = {
.drv = &test_motion_sense,
.mutex = NULL,
.drv_data = NULL,
- .i2c_addr = 0,
+ .addr = 0,
.rot_standard_ref = &lid_standard_ref,
.default_config = {
.odr = 119000,