summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp07/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/mptests/mp07/task1.c')
-rw-r--r--testsuites/mptests/mp07/task1.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/mptests/mp07/task1.c b/testsuites/mptests/mp07/task1.c
index bc7697051b..ff2659081f 100644
--- a/testsuites/mptests/mp07/task1.c
+++ b/testsuites/mptests/mp07/task1.c
@@ -9,7 +9,7 @@
*
* Output parameters: NONE
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -64,7 +64,7 @@ rtems_task Test_task(
status = rtems_timer_fire_after(
Timer_id[ 1 ],
- 5 * TICKS_PER_SECOND,
+ 5 * rtems_clock_get_ticks_per_second(),
Stop_Test_TSR,
NULL
);
@@ -75,7 +75,7 @@ rtems_task Test_task(
status = rtems_event_receive(
RTEMS_EVENT_16,
RTEMS_DEFAULT_OPTIONS,
- TICKS_PER_SECOND,
+ rtems_clock_get_ticks_per_second(),
&event_out
);
if ( status == RTEMS_TIMEOUT ) {