Update sam3x tcp server example to the latest Ethernet changes.
[bertos.git] / boards / sam3x-ek / examples / sam3x-ek_tcp_server / cfg / cfg_proc.h
index 382e0d4e7ae79250c7a77dd092b4b738aa2639d2..22816a6b2441a311ff22a9bd65cde63e8b3b47e7 100644 (file)
  */
 #define CONFIG_KERN_PRI 0
 
+/**
+ * Priority-inheritance protocol.
+ * $WIZ$ type = "boolean"
+ */
+#define CONFIG_KERN_PRI_INHERIT 0
+
 /**
  * Dynamic memory allocation for processes.
  * $WIZ$ type = "boolean"