Add priority inheritance implementation for Semaphores.
[bertos.git] / examples / demo / cfg / cfg_proc.h
index 12e39c8b7bc16cf12352428c5d064de5ae5a5876..384d4670dea817b94c8ee8ae18b24f07e241c3d5 100644 (file)
  */
 #define CONFIG_KERN_PRI 1
 
+/**
+ * Priority-inheritance protocol.
+ * $WIZ$ type = "boolean"
+ */
+#define CONFIG_KERN_PRI_INHERIT 1
+
 /**
  * Time sharing quantum (a prime number prevents interference effects) [ms].
  *