* sapi/include/confdefs.h: Use the PRIORITY_DEFAULT_MAXIMUM rather
	than a number.
This commit is contained in:
Chris Johns
2008-06-19 05:40:20 +00:00
parent 775f8e52e8
commit 8f25cec8bb
2 changed files with 6 additions and 1 deletions

View File

@@ -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>
* sapi/include/confdefs.h: When you disabled newlib reentrancy, it

View File

@@ -214,7 +214,7 @@ extern rtems_configuration_table Configuration;
* priority values.
*/
#ifndef CONFIGURE_MAXIMUM_PRIORITY
#define CONFIGURE_MAXIMUM_PRIORITY 255
#define CONFIGURE_MAXIMUM_PRIORITY PRIORITY_DEFAULT_MAXIMUM
#endif
/*