Update preset.
[bertos.git] / boards / arduino-mega / templates / arduino-mega_kernel / cfg / cfg_proc.h
index e779ebe46a99a5c73cd0289ee92f4053a5e9e320..35ad5fe2b4bf7ab77dff4e387a34072ade15d7e8 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"