summaryrefslogtreecommitdiff
path: root/common/console.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/console.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/console.c')
-rw-r--r--common/console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/console.c b/common/console.c
index bb4195d584..0a8fc3c679 100644
--- a/common/console.c
+++ b/common/console.c
@@ -650,7 +650,7 @@ void console_has_input(void)
task_wake(TASK_ID_CONSOLE);
}
-void console_task(void)
+void console_task(void *u)
{
console_init();