[rtems-docs commit] c-user: Use RTEMS_WHO_AM_I for rtems_task_ident()

Sebastian Huber sebh at rtems.org
Fri Nov 19 07:42:17 UTC 2021


Module:    rtems-docs
Branch:    master
Commit:    61410dad2ab20b803a55f96afca4b6ce3205c222
Changeset: http://git.rtems.org/rtems-docs/commit/?id=61410dad2ab20b803a55f96afca4b6ce3205c222

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Nov 19 08:45:55 2021 +0100

c-user: Use RTEMS_WHO_AM_I for rtems_task_ident()

---

 c-user/task/directives.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
 



More information about the vc mailing list