Add missing PRI*32's.

This commit is contained in:
Ralf Corsepius
2009-10-26 14:58:36 +00:00
parent 2f8ec24237
commit 51b81fd90e
5 changed files with 6 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ rtems_task Task_1(
INTEGER_LOAD( INTEGER_factors[ task_index ] );
put_name( Task_name[ task_index ], FALSE );
printf( " - integer base = (0x%x)\n", INTEGER_factors[ task_index ] );
printf( " - integer base = (0x%" PRIx32 ")\n", INTEGER_factors[ task_index ] );
while( FOREVER ) {
status = rtems_clock_get_tod( &time );