Enable kernel and all routine to manage the display.
[bertos.git] / boards / sam3x-ek / examples / sam3x-ek_codec / cfg / cfg_proc.h
index fca6edef6abf100c97d7ffc8d86bbff7b8a2e1a3..ecebfe4a76ef70d0c7b4a341236fb2692ce7739e 100644 (file)
@@ -43,7 +43,7 @@
  *
  * $WIZ$ type = "autoenabled"
  */
-#define CONFIG_KERN 0
+#define CONFIG_KERN 1
 
 /**
  * Kernel interrupt supervisor. WARNING: Experimental, still incomplete!
@@ -72,7 +72,7 @@
  * Priority-based scheduling policy.
  * $WIZ$ type = "boolean"
  */
-#define CONFIG_KERN_PRI 0
+#define CONFIG_KERN_PRI 1
 
 /**
  * Priority-inheritance protocol.