From 61410dad2ab20b803a55f96afca4b6ce3205c222 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 19 Nov 2021 08:45:55 +0100 Subject: c-user: Use RTEMS_WHO_AM_I for rtems_task_ident() --- c-user/task/directives.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c-user') diff --git a/c-user/task/directives.rst b/c-user/task/directives.rst index e544525..ce2013c 100644 --- a/c-user/task/directives.rst +++ b/c-user/task/directives.rst @@ -484,8 +484,8 @@ Identifies a task by the object name. This directive obtains a task identifier associated with the task name specified in ``name``. -A task may obtain its own identifier by specifying :c:macro:`RTEMS_SELF` for -the name. +A task may obtain its own identifier by specifying :c:macro:`RTEMS_WHO_AM_I` +for the name. The node to search is specified in ``node``. It shall be -- cgit v1.2.3