summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp12
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-26 13:58:56 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-26 13:58:56 +0000
commitbb7411ed92b74c426e059ccd1813e250f6b1100a (patch)
tree064da1384af45b405f80755be218cf4b1430b10c /testsuites/sptests/sp12
parentChange Priority_Test_driver to use rtems_task_priority argument. (diff)
downloadrtems-bb7411ed92b74c426e059ccd1813e250f6b1100a.tar.bz2
Change Priority_Test_driver to use rtems_task_priority argument.
Diffstat (limited to 'testsuites/sptests/sp12')
-rw-r--r--testsuites/sptests/sp12/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp12/system.h b/testsuites/sptests/sp12/system.h
index a57e71e381..88c720e067 100644
--- a/testsuites/sptests/sp12/system.h
+++ b/testsuites/sptests/sp12/system.h
@@ -24,7 +24,7 @@ rtems_task Init(
);
void Priority_test_driver(
- uint32_t priority_base
+ rtems_task_priority priority_base
);
rtems_task Priority_task(