forked from Imagelibrary/rtems
2008-06-19 Matthew Riek <matthew.riek@ibiscomputer.com.au>
* sapi/include/confdefs.h: Use the PRIORITY_DEFAULT_MAXIMUM rather than a number.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2008-06-19 Matthew Riek <matthew.riek@ibiscomputer.com.au>
|
||||||
|
|
||||||
|
* sapi/include/confdefs.h: Use the PRIORITY_DEFAULT_MAXIMUM rather
|
||||||
|
than a number.
|
||||||
|
|
||||||
2008-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2008-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* sapi/include/confdefs.h: When you disabled newlib reentrancy, it
|
* sapi/include/confdefs.h: When you disabled newlib reentrancy, it
|
||||||
|
|||||||
@@ -214,7 +214,7 @@ extern rtems_configuration_table Configuration;
|
|||||||
* priority values.
|
* priority values.
|
||||||
*/
|
*/
|
||||||
#ifndef CONFIGURE_MAXIMUM_PRIORITY
|
#ifndef CONFIGURE_MAXIMUM_PRIORITY
|
||||||
#define CONFIGURE_MAXIMUM_PRIORITY 255
|
#define CONFIGURE_MAXIMUM_PRIORITY PRIORITY_DEFAULT_MAXIMUM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user