summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/src/rtemstimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/rtems/src/rtemstimer.c')
-rw-r--r--c/src/exec/rtems/src/rtemstimer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/exec/rtems/src/rtemstimer.c b/c/src/exec/rtems/src/rtemstimer.c
index abab4cc7b4..ec55c3eaf9 100644
--- a/c/src/exec/rtems/src/rtemstimer.c
+++ b/c/src/exec/rtems/src/rtemstimer.c
@@ -38,6 +38,7 @@ void _Timer_Manager_initialization(
{
_Objects_Initialize_information(
&_Timer_Information,
+ OBJECTS_RTEMS_TIMERS,
FALSE,
maximum_timers,
sizeof( Timer_Control )