mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 20:34:59 +08:00
Use PRIdrtems_task_argument to print rtems_task_argument's.
This commit is contained in:
@@ -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" );
|
||||
|
||||
Reference in New Issue
Block a user