summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/motion_lid.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/motion_lid.c b/test/motion_lid.c
index 224b12a26b..81ab132300 100644
--- a/test/motion_lid.c
+++ b/test/motion_lid.c
@@ -117,6 +117,7 @@ struct motion_sensor_t motion_sensors[] = {
.drv = &test_motion_sense,
.mutex = NULL,
.drv_data = NULL,
+ .port = 0,
.addr = 0,
.rot_standard_ref = &base_standard_ref,
.default_range = 2, /* g, enough for laptop. */
@@ -150,6 +151,7 @@ struct motion_sensor_t motion_sensors[] = {
.drv = &test_motion_sense,
.mutex = NULL,
.drv_data = NULL,
+ .port = 0,
.addr = 0,
.rot_standard_ref = &lid_standard_ref,
.default_range = 2, /* g, enough for laptop. */