c-user: Add types to macros

This commit is contained in:
Sebastian Huber
2022-09-30 14:52:01 +02:00
parent 23fc93bf64
commit c98307c4f1
4 changed files with 44 additions and 22 deletions

View File

@@ -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: