summaryrefslogtreecommitdiffstats
path: root/c/src/tests/sptests/sp12/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/tests/sptests/sp12/init.c')
-rw-r--r--c/src/tests/sptests/sp12/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/tests/sptests/sp12/init.c b/c/src/tests/sptests/sp12/init.c
index d8ef6194c5..159382ca94 100644
--- a/c/src/tests/sptests/sp12/init.c
+++ b/c/src/tests/sptests/sp12/init.c
@@ -82,7 +82,7 @@ rtems_task Init(
puts( "INIT - Backward priority queue test" );
Priority_test_driver( 32 );
-pause();
+rtems_test_pause();
puts( "INIT - Binary Semaphore and Priority Inheritance Test" );
@@ -118,7 +118,7 @@ pause();
Priority_test_driver( 64 );
-pause();
+rtems_test_pause();
status = rtems_semaphore_delete( Semaphore_id[ 2 ] );
directive_failed( status, "rtems_semaphore_delete of SM2" );