X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_proc.h;h=52e245265e745907bd2ae113c9aef253edaf18a2;hb=9ff4e7d506adcf5c3cf8ef603279bd540c2e792b;hp=adb0d69a8f3ed82aae70ab4fb967ea75dc62f58d;hpb=b668d879da6628204f2cb0a6a2dd42790d5f7bff;p=bertos.git diff --git a/bertos/cfg/cfg_proc.h b/bertos/cfg/cfg_proc.h index adb0d69a..52e24526 100644 --- a/bertos/cfg/cfg_proc.h +++ b/bertos/cfg/cfg_proc.h @@ -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