Update projects.
[bertos.git] / boards / at91sam7x-ek / templates / at91sam7x-ek_empty / cfg / cfg_proc.h
index b2c3a965b314eb302ac01f7c8081337bff899db4..bb804264f10d40e3521a29a30a32a944e9f49d7a 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"