summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/include/confdefs.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2008-06-19 05:40:20 +0000
committerChris Johns <chrisj@rtems.org>2008-06-19 05:40:20 +0000
commit8f25cec8bb688d4b1ecf364e81fde494f9513f12 (patch)
tree6b718d013da2655c56e73de7fda22f862dbb949d /cpukit/sapi/include/confdefs.h
parent2008-06-19 Matthew Riek <matthew.riek@ibiscomputer.com.au> (diff)
downloadrtems-8f25cec8bb688d4b1ecf364e81fde494f9513f12.tar.bz2
2008-06-19 Matthew Riek <matthew.riek@ibiscomputer.com.au>
* sapi/include/confdefs.h: Use the PRIORITY_DEFAULT_MAXIMUM rather than a number.
Diffstat (limited to 'cpukit/sapi/include/confdefs.h')
-rw-r--r--cpukit/sapi/include/confdefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index c04f65da40..2cac79a9b6 100644
--- a/cpukit/sapi/include/confdefs.h
+++ b/cpukit/sapi/include/confdefs.h
@@ -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
/*