X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=examples%2Fdemo%2Fcfg%2Fcfg_proc.h;h=cddfcb048b66181d1e18cb5e73a705fa2ff99e4b;hb=d9d931610bca1df6ceb9227eacc9ff2c7f89b77a;hp=7c6dc34d36d2ac716b16360dffd5dbc1f32d27b7;hpb=1a1b4e3cd8f4956f708b4a46aa25e9c001ae777d;p=bertos.git diff --git a/examples/demo/cfg/cfg_proc.h b/examples/demo/cfg/cfg_proc.h index 7c6dc34d..cddfcb04 100644 --- a/examples/demo/cfg/cfg_proc.h +++ b/examples/demo/cfg/cfg_proc.h @@ -65,13 +65,13 @@ * $WIZ$ type = "int" * $WIZ$ min = 0 */ -#define CONFIG_KERN_HEAP_SIZE 262144L +#define CONFIG_KERN_HEAP_SIZE 2097152L /** * 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.