summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp16/task5.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp16/task5.c')
-rw-r--r--testsuites/sptests/sp16/task5.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/testsuites/sptests/sp16/task5.c b/testsuites/sptests/sp16/task5.c
index ced8c27106..d2dcc4e527 100644
--- a/testsuites/sptests/sp16/task5.c
+++ b/testsuites/sptests/sp16/task5.c
@@ -46,12 +46,7 @@ rtems_task Task5(
Put_address_from_area_1( segment_address_1 );
new_line;
- /*
- * Use TOD_MICROSECONDS_TO_TICKS not RTEMS_MICROSECONDS_TO_TICKS to
- * test C implementation in SuperCore -- not macro version used
- * everywhere else.
- */
- status = rtems_task_wake_after( TOD_MICROSECONDS_TO_TICKS( 1000000 ) );
+ status = rtems_task_wake_after( RTEMS_MICROSECONDS_TO_TICKS( 1000000 ) );
directive_failed( status, "rtems_task_wake_after" );
puts( "TA5 - rtems_region_get_segment - wait on 3K segment from region 1" );