summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-03-29 16:56:43 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-03-29 16:56:43 +0000
commitd67eb96be5ca0f991ea544e178fd1b04ab765202 (patch)
tree1f846869e258aa49b0ea02df130affed2826976e /testsuites
parent2007-03-29 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-d67eb96be5ca0f991ea544e178fd1b04ab765202.tar.bz2
Use rtems_task_argument.sp06/task1.c
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/sptests/sp20/task1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp20/task1.c b/testsuites/sptests/sp20/task1.c
index 1d3e552852..cd9ff99434 100644
--- a/testsuites/sptests/sp20/task1.c
+++ b/testsuites/sptests/sp20/task1.c
@@ -31,7 +31,7 @@ uint32_t Iterations[7] = { 0, 50, 50, 50, 50, 1, TA6_ITERATIONS };
rtems_task_priority Priorities[7] = { 0, 1, 1, 3, 4, 5, 1 };
rtems_task Task_1_through_6(
- uint32_t argument
+ rtems_task_argument argument
)
{
rtems_id rmid;