X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=examples%2Fat91sam7%2Fcfg%2Fcfg_proc.h;fp=examples%2Fat91sam7%2Fcfg%2Fcfg_proc.h;h=c59f6715cbc8267ee2bc5daebe148343e17c4645;hb=d9d931610bca1df6ceb9227eacc9ff2c7f89b77a;hp=076b3231382760473853f64a5473da6a876458d9;hpb=1c675e3194ab2c54098866018f4856c736922553;p=bertos.git diff --git a/examples/at91sam7/cfg/cfg_proc.h b/examples/at91sam7/cfg/cfg_proc.h index 076b3231..c59f6715 100644 --- a/examples/at91sam7/cfg/cfg_proc.h +++ b/examples/at91sam7/cfg/cfg_proc.h @@ -65,13 +65,13 @@ * $WIZ$ type = "int" * $WIZ$ min = 0 */ -#define CONFIG_KERN_HEAP_SIZE 16386L +#define CONFIG_KERN_HEAP_SIZE 16384L /** * Preemptive process scheduling. * * $WIZ$ type = "boolean" - * $WIZ$ conditional_deps = "timer", "idle" + * $WIZ$ conditional_deps = "timer" */ #define CONFIG_KERN_PREEMPT 1