summaryrefslogtreecommitdiff
path: root/common/console.c
diff options
context:
space:
mode:
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();