proc_test: fix a format build warning.
[bertos.git] / examples / demo / cfg / cfg_proc.h
index 7c6dc34d36d2ac716b16360dffd5dbc1f32d27b7..d8531cdf7d47776026f4c7d7d1a19e259d514f31 100644 (file)
@@ -65,7 +65,7 @@
  * $WIZ$ type = "int"
  * $WIZ$ min = 0
  */
-#define CONFIG_KERN_HEAP_SIZE 262144L
+#define CONFIG_KERN_HEAP_SIZE 2097152L
 
 /**
  * Preemptive process scheduling.