Remove the idle process.
[bertos.git] / examples / at91sam7 / cfg / cfg_proc.h
index 076b3231382760473853f64a5473da6a876458d9..c59f6715cbc8267ee2bc5daebe148343e17c4645 100644 (file)
  * $WIZ$ type = "int"
  * $WIZ$ min = 0
  */
-#define CONFIG_KERN_HEAP_SIZE 16386L
+#define CONFIG_KERN_HEAP_SIZE 16384L
 
 /**
  * Preemptive process scheduling.
  *
  * $WIZ$ type = "boolean"
- * $WIZ$ conditional_deps = "timer", "idle"
+ * $WIZ$ conditional_deps = "timer"
  */
 #define CONFIG_KERN_PREEMPT 1