forked from Imagelibrary/rtems
Use PRIxrtems_id to print rtems_ids.
This commit is contained in:
@@ -59,7 +59,7 @@ rtems_task Init(
|
||||
status = rtems_timer_create( Timer_name[ 1 ], &Timer_id[ 1 ] );
|
||||
directive_failed( status, "rtems_timer_create" );
|
||||
|
||||
printf( "INIT - timer 1 has id (0x%x)\n", Timer_id[ 1 ] );
|
||||
printf( "INIT - timer 1 has id (0x%" PRIxrtems_id ")\n", Timer_id[ 1 ] );
|
||||
|
||||
status = rtems_task_delete( RTEMS_SELF );
|
||||
directive_failed( status, "rtems_task_delete of RTEMS_SELF" );
|
||||
|
||||
Reference in New Issue
Block a user