Update prj.
[bertos.git] / boards / stm32-p103 / templates / stm32-p103_empty / cfg / cfg_proc.h
index b2c3a965b314eb302ac01f7c8081337bff899db4..bb804264f10d40e3521a29a30a32a944e9f49d7a 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"