c-user: Document new rtems_task_delete() error

Close #4414.
This commit is contained in:
Sebastian Huber 2021-05-27 07:07:39 +02:00
parent 1568c2baa7
commit 2509b62106

View File

@ -802,6 +802,9 @@ specified by ``id``.
:c:macro:`RTEMS_INVALID_ID`
There was no task associated with the identifier specified by ``id``.
:c:macro:`RTEMS_CALLED_FROM_ISR`
The directive was called from within interrupt context.
:c:macro:`RTEMS_ILLEGAL_ON_REMOTE_OBJECT`
The task resided on a remote node.