summaryrefslogtreecommitdiff
path: root/common/host_command.c
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@google.com>2017-08-04 16:20:52 -0700
committerchrome-bot <chrome-bot@chromium.org>2017-08-08 14:56:13 -0700
commit9939855231350875737f9b05e208454451e3bb4a (patch)
tree3a93c6fb463395bc45b65950f3d8545e73521b86 /common/host_command.c
parent25d281a42bd1e3cbf997e658ff9ae784bbecea20 (diff)
downloadchrome-ec-9939855231350875737f9b05e208454451e3bb4a.tar.gz
Fix inconsistent task function declarations
Tasks are defined inconsistently across the code base. Signed-off-by: Stefan Reinauer <reinauer@google.com> BRANCH=none TEST=make buildall -j, also verify kevin boots to OS BUG=none Change-Id: I19a076395a9a8ee1e457e67a89d80d2f70277c97 Reviewed-on: https://chromium-review.googlesource.com/602739 Commit-Ready: Shawn N <shawnn@chromium.org> Tested-by: Shawn N <shawnn@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'common/host_command.c')
-rw-r--r--common/host_command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/host_command.c b/common/host_command.c
index 825515a66f..912a7b0ff4 100644
--- a/common/host_command.c
+++ b/common/host_command.c
@@ -414,7 +414,7 @@ static void host_command_init(void)
#endif
}
-void host_command_task(void)
+void host_command_task(void *u)
{
timestamp_t t0, t1, t_recess;
t_recess.val = 0;