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