summaryrefslogtreecommitdiff
path: root/common/motion_lid.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/motion_lid.c')
-rw-r--r--common/motion_lid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/motion_lid.c b/common/motion_lid.c
index bb07dcaf91..bdef89f3b7 100644
--- a/common/motion_lid.c
+++ b/common/motion_lid.c
@@ -497,7 +497,7 @@ void motion_lid_calc(void)
/* Host commands */
-int host_cmd_motion_lid(struct host_cmd_handler_args *args)
+enum ec_status host_cmd_motion_lid(struct host_cmd_handler_args *args)
{
const struct ec_params_motion_sense *in = args->params;
struct ec_response_motion_sense *out = args->response;