doc: minor fix to documentation for DEFINE_TASK()
task_groups are bitwise OR'd. Change-Id: I2dafa4d7519449216a6c1ff7e11158ab4758e967 Signed-off-by: Rohit Grover <rohit.grover@arm.com>
This commit is contained in:
parent
206d0b4497
commit
291916055a
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ Define the task in a source file using the following syntax:
|
|||
DEFINE_TASK(PRIV_TASK, priority, entry, stack_size, groups);
|
||||
|
||||
The task groups are specified using a list of task group names separated by
|
||||
:literal:`|`; i.e. the logical OR operator. If the task does not belong to any
|
||||
:literal:`|`; i.e. the bitwise OR operator. If the task does not belong to any
|
||||
task group specify NULL.
|
||||
|
||||
For example, the following code can be used to define a private task named
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue