summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/base_sp/apptask.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-27 06:59:20 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-27 06:59:20 +0000
commit073dff354d05021fbcd65e895fa65fa090cb6dd3 (patch)
tree82c8f290e132c20ad8de95ac7e044ce606094a11 /testsuites/samples/base_sp/apptask.c
parent2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-073dff354d05021fbcd65e895fa65fa090cb6dd3.tar.bz2
Use PRIdrtems_task_argument to print rtems_task_argument's.
Diffstat (limited to 'testsuites/samples/base_sp/apptask.c')
-rw-r--r--testsuites/samples/base_sp/apptask.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/samples/base_sp/apptask.c b/testsuites/samples/base_sp/apptask.c
index 9604cc1020..6b7d1db0c9 100644
--- a/testsuites/samples/base_sp/apptask.c
+++ b/testsuites/samples/base_sp/apptask.c
@@ -33,7 +33,7 @@ rtems_task Application_task(
status = rtems_task_ident( RTEMS_SELF, RTEMS_SEARCH_ALL_NODES, &tid );
- printf( "Application task was invoked with argument (%d) "
+ printf( "Application task was invoked with argument (%" PRIdrtems_task_argument ") "
"and has id of 0x%" PRIxrtems_id "\n", argument, tid );
printf( "*** END OF SAMPLE SINGLE PROCESSOR APPLICATION ***\n" );