summaryrefslogtreecommitdiff
path: root/common/motion_sense.c
diff options
context:
space:
mode:
authorGwendal Grignou <gwendal@chromium.org>2020-03-03 10:42:22 -0800
committerCommit Bot <commit-bot@chromium.org>2020-03-07 01:00:31 +0000
commitc015cff5060e8e113780245bee601eb03afcb602 (patch)
treef468a99fdec22afe42047a9f4def5cc0a7c33af0 /common/motion_sense.c
parent86c6cf43cf870cef8cfb1974a8af64352ca9cec6 (diff)
downloadchrome-ec-c015cff5060e8e113780245bee601eb03afcb602.tar.gz
ec_commands.h: add info_4 in sensor request structure
Fixes: 267da3cfc ("common: Add feature flag for online calibration") BUG=chromium:1023858 TEST=compile BRANCH=none Signed-off-by: Gwendal Grignou <gwendal@chromium.org> Change-Id: I7e7784e509062f28c8dc12d52fe8daed2ab73b23 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2084398 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
Diffstat (limited to 'common/motion_sense.c')
-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 870a8be444..74537df5a1 100644
--- a/common/motion_sense.c
+++ b/common/motion_sense.c
@@ -1427,7 +1427,7 @@ static enum ec_status host_cmd_motion_sense(struct host_cmd_handler_args *args)
DECLARE_HOST_COMMAND(EC_CMD_MOTION_SENSE_CMD, host_cmd_motion_sense,
EC_VER_MASK(1) | EC_VER_MASK(2) | EC_VER_MASK(3) |
- EC_VER_MASK(4));
+ EC_VER_MASK(4));
/*****************************************************************************/
/* Console commands */