mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 06:08:20 +00:00
2007-01-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/score/types.h: Use uint_least16_t for Priority_Bit_map_control;
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2007-01-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* rtems/score/types.h: Use uint_least16_t for
|
||||
Priority_Bit_map_control;
|
||||
|
||||
2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* rtems/score/types.h: Remove unsigned64, signed64.
|
||||
|
||||
@@ -31,7 +31,7 @@ extern "C" {
|
||||
* This section defines the basic types for this processor.
|
||||
*/
|
||||
|
||||
typedef uint16_t Priority_Bit_map_control;
|
||||
typedef uint_least16_t Priority_Bit_map_control;
|
||||
|
||||
typedef uint32_t boolean; /* Boolean value */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user