mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 16:59:28 +08:00
task_activate.c:Fix style errors.
This commit is contained in:
@@ -54,11 +54,13 @@
|
|||||||
* Name: task_activate
|
* Name: task_activate
|
||||||
*
|
*
|
||||||
* Description:
|
* Description:
|
||||||
* This function activates tasks initialized by nxtask_schedsetup(). Without
|
* This function activates tasks initialized by nxtask_schedsetup().
|
||||||
* activation, a task is ineligible for execution by the scheduler.
|
* Without activation, a task is ineligible for execution by the
|
||||||
|
* scheduler.
|
||||||
*
|
*
|
||||||
* Input Parameters:
|
* Input Parameters:
|
||||||
* tcb - The TCB for the task for the task (same as the task_init argument).
|
* tcb - The TCB for the task for the task (same as the task_init
|
||||||
|
* argument).
|
||||||
*
|
*
|
||||||
* Returned Value:
|
* Returned Value:
|
||||||
* Always returns OK
|
* Always returns OK
|
||||||
|
|||||||
Reference in New Issue
Block a user