forked from Imagelibrary/rtems
2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/tmacros.h: Add PRIdPriority_Control. Change PRIdrtems_task_priority to using PRIdPriority_Control.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* support/include/tmacros.h: Add PRIdPriority_Control.
|
||||
Change PRIdrtems_task_priority to using PRIdPriority_Control.
|
||||
|
||||
2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* support/include/tmacros.h: Add PRIdrtems_task_priority.
|
||||
|
||||
@@ -263,7 +263,10 @@ extern volatile uint32_t _Thread_Dispatch_disable_level;
|
||||
#define PRIxrtems_id PRIx32
|
||||
#endif
|
||||
|
||||
#define PRIdrtems_task_priority PRId32
|
||||
#define PRIdPriority_Control PRId32
|
||||
|
||||
/* rtems_task_priority is a typedef to Priority_Control */
|
||||
#define PRIdrtems_task_priority PRIdPriority_Control
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user