From 65450c148f3fed31ff84938eca9814a56bc5ccfe Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 29 Jan 2008 21:52:58 +0000 Subject: 2008-01-29 Joel Sherrill * 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. --- testsuites/mptests/mp14/delay.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuites/mptests/mp14') 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" ); -- cgit v1.2.3