summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-30 13:16:13 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-30 13:16:13 +0000
commitd7e7e2724880f42a608f2ed4554e38632e635d93 (patch)
tree2eb46f53c109ebad02dc35af510da0598a54418d /testsuites
parentInclude "tmacros.h". (diff)
downloadrtems-d7e7e2724880f42a608f2ed4554e38632e635d93.tar.bz2
2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* mp04/task1.c: Include "tmacros.h". Use PRIxrtems_task_priority to print rtems_task_prioritys. Use PRI*32 to print uint32_ts.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/mptests/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuites/mptests/ChangeLog b/testsuites/mptests/ChangeLog
index d79dc91cc8..9135aab18d 100644
--- a/testsuites/mptests/ChangeLog
+++ b/testsuites/mptests/ChangeLog
@@ -1,5 +1,8 @@
2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * mp04/task1.c: Include "tmacros.h".
+ Use PRIxrtems_task_priority to print rtems_task_prioritys.
+ Use PRI*32 to print uint32_ts.
* mp05/asr.c: Include "tmacros.h".
Use PRIxrtems_signal_set to print rtems_signal_set's.