summaryrefslogtreecommitdiffstats
path: root/c-user/key_concepts.rst
diff options
context:
space:
mode:
Diffstat (limited to 'c-user/key_concepts.rst')
-rw-r--r--c-user/key_concepts.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/c-user/key_concepts.rst b/c-user/key_concepts.rst
index c8f5e87..6bc1c3e 100644
--- a/c-user/key_concepts.rst
+++ b/c-user/key_concepts.rst
@@ -157,10 +157,10 @@ prototyped as follows:
.. code-block:: c
- uint32_t rtems_object_id_get_api( rtems_id );
+ Objects_APIs rtems_object_id_get_api( rtems_id );
uint32_t rtems_object_id_get_class( rtems_id );
uint32_t rtems_object_id_get_node( rtems_id );
- uint32_t rtems_object_id_get_index( rtems_id );
+ uint16_t rtems_object_id_get_index( rtems_id );
An object control block is a data structure defined by RTEMS which contains the
information necessary to manage a particular object type. For efficiency