summaryrefslogtreecommitdiff
path: root/common/motion_sense.c
diff options
context:
space:
mode:
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 c74971a14b..77f007e556 100644
--- a/common/motion_sense.c
+++ b/common/motion_sense.c
@@ -1000,7 +1000,7 @@ static struct motion_sensor_t
return host_sensor_id_to_real_sensor(host_id);
}
-static int host_cmd_motion_sense(struct host_cmd_handler_args *args)
+static enum ec_status host_cmd_motion_sense(struct host_cmd_handler_args *args)
{
const struct ec_params_motion_sense *in = args->params;
struct ec_response_motion_sense *out = args->response;