summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxtime
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxtime')
-rw-r--r--testsuites/psxtests/psxtime/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxtime/test.c b/testsuites/psxtests/psxtime/test.c
index dec42affcf..efb531d446 100644
--- a/testsuites/psxtests/psxtime/test.c
+++ b/testsuites/psxtests/psxtime/test.c
@@ -84,7 +84,7 @@ void check_a_tod(
a_tm = gmtime( &a_time_t );
printf( "gmtime: %s\n", asctime( a_tm ) );
- status = rtems_task_wake_after( 5 * TICKS_PER_SECOND );
+ status = rtems_task_wake_after( 5 * rtems_clock_get_ticks_per_second() );
i++;