Comply the prj to the new name.
[bertos.git] / boards / sam3n-ek / examples / sam3n-ek_display / cfg / cfg_proc.h
index 67fd4f68aa15986a2463d0e4f3bd444351bed65d..1ecf63eb2dabce41dbe510c5e101f71e114a04d6 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"