Change the text in the final page
[bertos.git] / examples / at91sam7s / cfg / cfg_proc.h
index 745634da3a217fcb0e96da98db50c7b8533236b0..78a0447b9f43a897f0fe50cc80e985c444e7b906 100644 (file)
@@ -56,8 +56,9 @@
  * Dynamic memory allocation for processes.
  *
  * $WIZ$ type = "boolean"
+ * $WIZ$ supports = "False"
  */
-#define CONFIG_KERN_HEAP 0
+#define CONFIG_KERN_HEAP 1
 
 /**
  * Preemptive process scheduling. WARNING: Experimental, still incomplete!