From c9460e17ede95c5025d3355e0b5dab61aff050a5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 12 Aug 2009 20:50:35 +0000 Subject: 2009-08-12 Joel Sherrill * psxfile01/test.c, psxstat/test.c, psxtime/test.c: Eliminate test routines TICKS_PER_SECOND and get_ticks_per_second() in favor of new rtems_clock_get_ticks_per_second(). --- testsuites/psxtests/psxtime/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/psxtests/psxtime') 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++; -- cgit v1.2.3