X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=examples%2Fdemo%2Fcfg%2Fcfg_proc.h;h=a35de093a2294cb1fcacaed2d7c6636289a9722d;hb=32d1445272120a254d77ce8d1af1f527da7a2c17;hp=745634da3a217fcb0e96da98db50c7b8533236b0;hpb=fe0a14d1434098bfd0780d06a2a7e55f27940d27;p=bertos.git diff --git a/examples/demo/cfg/cfg_proc.h b/examples/demo/cfg/cfg_proc.h index 745634da..a35de093 100644 --- a/examples/demo/cfg/cfg_proc.h +++ b/examples/demo/cfg/cfg_proc.h @@ -60,11 +60,11 @@ #define CONFIG_KERN_HEAP 0 /** - * Preemptive process scheduling. WARNING: Experimental, still incomplete! + * Preemptive process scheduling. * * $WIZ$ type = "boolean" */ -#define CONFIG_KERN_PREEMPT 0 +#define CONFIG_KERN_PREEMPT 1 /** * Priority-based scheduling policy.