Update sam7x tcp server project and prepare for nightly test.
[bertos.git] / boards / at91sam7x-ek / examples / at91sam7x-ek_tcp_server / cfg / cfg_proc.h
index 4c55c795d6ee10aa5f7ab617ca231724a31d12ef..785fe736a4d9f9f071ab4929eaa99dec0fcbc463 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"