Fix kernel heap macros in bertos trunk.
[bertos.git] / examples / at91sam7s / cfg / cfg_proc.h
index 78a0447b9f43a897f0fe50cc80e985c444e7b906..9f5f3a2568a99b91617009742b0ec30d444c41ef 100644 (file)
@@ -58,7 +58,7 @@
  * $WIZ$ type = "boolean"
  * $WIZ$ supports = "False"
  */
-#define CONFIG_KERN_HEAP 1
+#define CONFIG_KERN_HEAP 0
 
 /**
  * Preemptive process scheduling. WARNING: Experimental, still incomplete!