X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=examples%2Fdemo%2Fcfg%2Fcfg_proc.h;h=cddfcb048b66181d1e18cb5e73a705fa2ff99e4b;hb=d9d931610bca1df6ceb9227eacc9ff2c7f89b77a;hp=d8531cdf7d47776026f4c7d7d1a19e259d514f31;hpb=b20beb09b845444862aa7f836f2d9a096eb03cef;p=bertos.git diff --git a/examples/demo/cfg/cfg_proc.h b/examples/demo/cfg/cfg_proc.h index d8531cdf..cddfcb04 100644 --- a/examples/demo/cfg/cfg_proc.h +++ b/examples/demo/cfg/cfg_proc.h @@ -71,7 +71,7 @@ * Preemptive process scheduling. * * $WIZ$ type = "boolean" - * $WIZ$ conditional_deps = "timer", "idle" + * $WIZ$ conditional_deps = "timer" */ #define CONFIG_KERN_PREEMPT 1 @@ -87,7 +87,7 @@ * $WIZ$ type = "int" * $WIZ$ min = 1 */ -#define CONFIG_KERN_QUANTUM 47 +#define CONFIG_KERN_QUANTUM 11 /** * Module logging level.