X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fkern%2Fproc_test.c;h=52a7fe851e2f7dd61cb0a24a12455329fa8b1ac9;hb=98cd348c9401ddbc14452941faa931118fc3984e;hp=32fde7e0e26ea8e2c7291ae0411ad381d47677ab;hpb=c3a1182633d33dc083da6af30fa5e89018d7130a;p=bertos.git diff --git a/bertos/kern/proc_test.c b/bertos/kern/proc_test.c index 32fde7e0..52a7fe85 100644 --- a/bertos/kern/proc_test.c +++ b/bertos/kern/proc_test.c @@ -66,8 +66,8 @@ static void proc_test2(void) } } -static cpustack_t proc_test1_stack[CONFIG_PROC_DEFSTACKSIZE / sizeof(cpustack_t)]; -static cpustack_t proc_test2_stack[CONFIG_PROC_DEFSTACKSIZE / sizeof(cpustack_t)]; +static cpustack_t proc_test1_stack[CONFIG_KERN_MINSTACKSIZE / sizeof(cpustack_t)]; +static cpustack_t proc_test2_stack[CONFIG_KERN_MINSTACKSIZE / sizeof(cpustack_t)]; /** @@ -88,7 +88,7 @@ int proc_testRun(void) return 0; } -#ifdef _TEST +#if UNIT_TEST int proc_testSetup(void) {