Update arduino empty template, make it compile
[bertos.git] / boards / arduino / templates / arduino_empty / cfg / cfg_proc.h
index 52b4e414a8a53ad1ef61a024a218e27fd3ea8e1f..19aa198f2d52ff94fe5c4a106af506923eda2132 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"