X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=examples%2Fat91sam7s%2Fcfg%2Fcfg_proc.h;h=78a0447b9f43a897f0fe50cc80e985c444e7b906;hb=038e7e854053a17ee36f9c0cf309861f820a8d2a;hp=745634da3a217fcb0e96da98db50c7b8533236b0;hpb=d2ecd94debd768bf03d2f5b0ec4640d3456a6100;p=bertos.git diff --git a/examples/at91sam7s/cfg/cfg_proc.h b/examples/at91sam7s/cfg/cfg_proc.h index 745634da..78a0447b 100644 --- a/examples/at91sam7s/cfg/cfg_proc.h +++ b/examples/at91sam7s/cfg/cfg_proc.h @@ -56,8 +56,9 @@ * Dynamic memory allocation for processes. * * $WIZ$ type = "boolean" + * $WIZ$ supports = "False" */ -#define CONFIG_KERN_HEAP 0 +#define CONFIG_KERN_HEAP 1 /** * Preemptive process scheduling. WARNING: Experimental, still incomplete!