summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp14
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-29 21:52:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-29 21:52:58 +0000
commit65450c148f3fed31ff84938eca9814a56bc5ccfe (patch)
tree5ea66492d0cb5647a85b0bce0c00364c01f32176 /testsuites/mptests/mp14
parent2008-01-29 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-65450c148f3fed31ff84938eca9814a56bc5ccfe.tar.bz2
2008-01-29 Joel Sherrill <joel.sherrill@oarcorp.com>
* mp02/task1.c, mp14/delay.c: Add new Object Services collection. This changed the name of a few previously public but undocumented services and added a some new services.
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" );