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:
Rohit Grover 2016-06-29 15:05:35 +01:00 committed by Inaky Perez-Gonzalez
commit 291916055a

View file

@ -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