Update projects.
[bertos.git] / boards / at91sam7x-ek / benchmark / at91sam7x-ek_context_switch / cfg / cfg_proc.h
index ab1a4680f354d2b3819e6b8091bc39476c26a68b..92c95a69e16a2047f322cb2c4bc00dcd16eee1e0 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"