From 9939855231350875737f9b05e208454451e3bb4a Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 4 Aug 2017 16:20:52 -0700 Subject: Fix inconsistent task function declarations Tasks are defined inconsistently across the code base. Signed-off-by: Stefan Reinauer 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 Tested-by: Shawn N Reviewed-by: Randall Spangler --- common/console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/console.c') 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(); -- cgit v1.2.1