Update triface example and fix nightly tests
[bertos.git] / boards / triface / examples / triface / cfg / cfg_proc.h
index 3c9439fb0b002097067e74d87e98ffb16ea57e89..fca6edef6abf100c97d7ffc8d86bbff7b8a2e1a3 100644 (file)
  */
 #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"