summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/src/timercreate.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/rtems/src/timercreate.c')
-rw-r--r--c/src/exec/rtems/src/timercreate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/rtems/src/timercreate.c b/c/src/exec/rtems/src/timercreate.c
index a1734e980f..a2e1fb72c5 100644
--- a/c/src/exec/rtems/src/timercreate.c
+++ b/c/src/exec/rtems/src/timercreate.c
@@ -58,7 +58,7 @@ rtems_status_code rtems_timer_create(
the_timer->the_class = TIMER_DORMANT;
- _Objects_Open( &_Timer_Information, &the_timer->Object, &name );
+ _Objects_Open( &_Timer_Information, &the_timer->Object, name );
*id = the_timer->Object.id;
_Thread_Enable_dispatch();