Use PRIu32 to print "count".

This commit is contained in:
Ralf Corsepius
2009-10-27 11:54:22 +00:00
parent 5306b49757
commit fda2929d58

View File

@@ -53,7 +53,7 @@ rtems_task Task_3(
16,
&count
);
printf( "TA3 - number of tasks awakened = %02d\n", count );
printf( "TA3 - number of tasks awakened = %02" PRIu32 "\n", count );
puts(
"TA3 - rtems_message_queue_receive - receive from queue 3 - "
"RTEMS_WAIT FOREVER"