Update arduino context switch benchmark, fix compiling issues
[bertos.git] / boards / arduino / benchmark / arduino_context_switch / cfg / cfg_proc.h
index ef228257dc05f828e68b318a789b514bcf593adc..ec158d3c01e39643f2e11e3b47b76b4bf816c011 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"