Use PRIdrtems_task_argument to print rtems_task_argument's.

This commit is contained in:
Ralf Corsepius
2009-10-27 06:59:20 +00:00
parent 6fa28e901d
commit 073dff354d
8 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -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" );