summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp30/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp30/task1.c')
-rw-r--r--testsuites/sptests/sp30/task1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/sptests/sp30/task1.c b/testsuites/sptests/sp30/task1.c
index e187e9d260..4232657a08 100644
--- a/testsuites/sptests/sp30/task1.c
+++ b/testsuites/sptests/sp30/task1.c
@@ -8,7 +8,7 @@
* If the times are skewed from these values, then the calendar time
* does not correspond correctly with the number of ticks.
*
- * COPYRIGHT (c) 1989-2002.
+ * COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -34,7 +34,7 @@ rtems_task Task_1_through_3(
while ( FOREVER ) {
status = rtems_timer_server_fire_after(
Timer_id[ argument ],
- (task_number( tid ) - 1) * 5 * TICKS_PER_SECOND,
+ (task_number( tid ) - 1) * 5 * rtems_clock_get_ticks_per_second(),
Resume_task,
(void *) &tid
);