Refactor to use new protocol module and sipo.
[bertos.git] / bertos / cfg / cfg_proc.h
index 4a1deb294ddceff18bbe03e792d49883e09c80ca..fca6edef6abf100c97d7ffc8d86bbff7b8a2e1a3 100644 (file)
@@ -32,7 +32,6 @@
  *
  * \brief Kernel configuration parameters
  *
- * \version $Id$
  * \author Bernie Innocenti <bernie@codewiz.org>
  */
 
  */
 #define CONFIG_KERN_PRI 0
 
+/**
+ * Priority-inheritance protocol.
+ * $WIZ$ type = "boolean"
+ */
+#define CONFIG_KERN_PRI_INHERIT 0
+
 /**
  * Dynamic memory allocation for processes.
  * $WIZ$ type = "boolean"