Merge branch "preempt" in "trunk".
[bertos.git] / examples / demo / cfg / cfg_proc.h
index 745634da3a217fcb0e96da98db50c7b8533236b0..a35de093a2294cb1fcacaed2d7c6636289a9722d 100644 (file)
 #define CONFIG_KERN_HEAP 0
 
 /**
- * Preemptive process scheduling. WARNING: Experimental, still incomplete!
+ * Preemptive process scheduling.
  *
  * $WIZ$ type = "boolean"
  */
-#define CONFIG_KERN_PREEMPT 0
+#define CONFIG_KERN_PREEMPT 1
 
 /**
  * Priority-based scheduling policy.