summaryrefslogtreecommitdiffstats
path: root/c-user/task/directives.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-09-30 14:52:01 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-10-04 08:04:56 +0200
commitc98307c4f1ede7d7825326e4832f1040569463f0 (patch)
treed953cb8839d4c50913206c40da7913b60012a89f /c-user/task/directives.rst
parentTFTPFS: New documentation (diff)
downloadrtems-docs-c98307c4f1ede7d7825326e4832f1040569463f0.tar.bz2
c-user: Add types to macros
Diffstat (limited to '')
-rw-r--r--c-user/task/directives.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/c-user/task/directives.rst b/c-user/task/directives.rst
index b78aaa9..05b035c 100644
--- a/c-user/task/directives.rst
+++ b/c-user/task/directives.rst
@@ -1991,7 +1991,7 @@ Gets the recommended task storage area size for the size and task attributes.
.. code-block:: c
- #define RTEMS_TASK_STORAGE_SIZE( size, attributes )
+ size_t RTEMS_TASK_STORAGE_SIZE( size_t size, rtems_attribute attributes );
.. rubric:: PARAMETERS: