Update projects.
[bertos.git] / boards / at91sam7x-ek / templates / at91sam7x-ek_kernel / cfg / cfg_proc.h
index 7e64c498702a9c255a0b23ba9daa0c661ae03aef..fa9bcc9b0b5e6d69655c7393b1e916465db337d4 100644 (file)
  */
 #define CONFIG_KERN_PRI 1
 
+/**
+ * Priority-inheritance protocol.
+ * $WIZ$ type = "boolean"
+ */
+#define CONFIG_KERN_PRI_INHERIT 0
+
 /**
  * Dynamic memory allocation for processes.
  * $WIZ$ type = "boolean"