summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp14
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/mptests/mp14')
-rw-r--r--testsuites/mptests/mp14/delay.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/mptests/mp14/delay.c b/testsuites/mptests/mp14/delay.c
index c7b9632e38..f2d1dcb730 100644
--- a/testsuites/mptests/mp14/delay.c
+++ b/testsuites/mptests/mp14/delay.c
@@ -6,7 +6,7 @@
*
* Output parameters: NONE
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -26,7 +26,7 @@ rtems_timer_service_routine Delayed_send_event(
rtems_status_code status;
status = rtems_event_send(
- Task_id[ rtems_get_index( timer_id ) ],
+ Task_id[ rtems_object_id_get_index( timer_id ) ],
RTEMS_EVENT_16
);
fatal_directive_check_status_only( status, RTEMS_SUCCESSFUL, "rtems_event_send" );