diff options
Diffstat (limited to 'board/rainier')
-rw-r--r-- | board/rainier/ec.tasklist | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/board/rainier/ec.tasklist b/board/rainier/ec.tasklist index f008ea91de..93eaaf99c6 100644 --- a/board/rainier/ec.tasklist +++ b/board/rainier/ec.tasklist @@ -4,17 +4,7 @@ */ /** - * List of enabled tasks in the priority order - * - * The first one has the lowest priority. - * - * For each task, use the macro TASK_ALWAYS(n, r, d, s) for base tasks and - * TASK_NOTEST(n, r, d, s) for tasks that can be excluded in test binaries, - * where : - * 'n' is the name of the task - * 'r' is the main routine of the task - * 'd' is an opaque parameter passed to the routine at startup - * 's' is the stack size in bytes; must be a multiple of 8 + * See CONFIG_TASK_LIST in config.h for details. */ #define CONFIG_TASK_LIST \ TASK_ALWAYS(HOOKS, hook_task, NULL, LARGER_TASK_STACK_SIZE) \ |