X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fkern%2Fproc.c;h=713c457f9c701820cf8d32a26e11d9d719b926db;hb=5a80bbff52b2c59eed082ddee84ed70f7ddf5999;hp=18c89599eb689dcce8344ef5be7a9af626f669d2;hpb=e62f2f13f13bca63f05e8ce92c945dcadb0f712f;p=bertos.git diff --git a/bertos/kern/proc.c b/bertos/kern/proc.c index 18c89599..713c457f 100644 --- a/bertos/kern/proc.c +++ b/bertos/kern/proc.c @@ -85,7 +85,7 @@ static struct Process main_process; /** * Local heap dedicated to allocate the memory used by the processes. */ -static HEAP_DEFINE_BUF(heap_buf, KERN_MINSTACKSIZE * 128); +static HEAP_DEFINE_BUF(heap_buf, CONFIG_KERN_HEAP_SIZE); static Heap proc_heap; /*