summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/tasks.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-05-09 14:03:22 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-05-19 08:09:37 +0200
commitc588daecb9e8d060dee559f576958b496fcf9674 (patch)
treea0a785e64d613b123c51658012e4c720c1688083 /cpukit/include/rtems/rtems/tasks.h
parentrtems: Add constraint to types (diff)
downloadrtems-c588daecb9e8d060dee559f576958b496fcf9674.tar.bz2
rtems: Reference types in construct directives
Diffstat (limited to '')
-rw-r--r--cpukit/include/rtems/rtems/tasks.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/include/rtems/rtems/tasks.h b/cpukit/include/rtems/rtems/tasks.h
index 3214dad3f8..57ca618c48 100644
--- a/cpukit/include/rtems/rtems/tasks.h
+++ b/cpukit/include/rtems/rtems/tasks.h
@@ -671,7 +671,8 @@ rtems_status_code rtems_task_create(
*
* @brief Constructs a task from the specified task configuration.
*
- * @param config is the task configuration.
+ * @param config is the pointer to an rtems_task_config object. It configures
+ * the task.
*
* @param[out] id is the pointer to an ::rtems_id object. When the directive
* call is successful, the identifier of the constructed task will be stored