From 2fdd00fcdc4361f46c727a601d9ee5ece01ca230 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 27 May 2021 07:11:36 +0200 Subject: rtems: Document new rtems_task_delete() error Update #4414. --- cpukit/include/rtems/rtems/tasks.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cpukit/include/rtems/rtems') diff --git a/cpukit/include/rtems/rtems/tasks.h b/cpukit/include/rtems/rtems/tasks.h index 8b5912bcf9..4b095a4530 100644 --- a/cpukit/include/rtems/rtems/tasks.h +++ b/cpukit/include/rtems/rtems/tasks.h @@ -1501,6 +1501,9 @@ rtems_status_code rtems_task_restart( * @retval ::RTEMS_INVALID_ID There was no task associated with the identifier * specified by ``id``. * + * @retval ::RTEMS_CALLED_FROM_ISR The directive was called from within + * interrupt context. + * * @retval ::RTEMS_ILLEGAL_ON_REMOTE_OBJECT The task resided on a remote node. * * @par Notes -- cgit v1.2.3