benchmark: enable kernel heap in kernel_footprint benchmark for all the supported...
[bertos.git] / boards / ek-lm3s1968 / benchmark / kernel_footprint / cfg / cfg_proc.h
index ef228257dc05f828e68b318a789b514bcf593adc..ab1a4680f354d2b3819e6b8091bc39476c26a68b 100644 (file)
@@ -79,7 +79,7 @@
  * $WIZ$ type = "boolean"
  * $WIZ$ conditional_deps = "heap"
  */
-#define CONFIG_KERN_HEAP 0
+#define CONFIG_KERN_HEAP 1
 
 /**
  * Size of the dynamic memory pool used by processes.