Fix kernel heap macros in bertos trunk.
[bertos.git] / bertos / cfg / cfg_proc.h
index adb0d69a8f3ed82aae70ab4fb967ea75dc62f58d..52e245265e745907bd2ae113c9aef253edaf18a2 100644 (file)
@@ -57,6 +57,7 @@
  * Dynamic memory allocation for processes.
  *
  * $WIZ$ type = "boolean"
+ * $WIZ$ supports = "False"
  */
 #define CONFIG_KERN_HEAP 0
 
@@ -78,7 +79,7 @@
  * Time sharing quantum (a prime number prevents interference effects) [ms].
  *
  * $WIZ$ type = "int"
- * $WIZ$ min = "0"
+ * $WIZ$ min = 1
  */
 #define CONFIG_KERN_QUANTUM 47