X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fkern%2Fproc_test.c;h=ea071a472b2dd226f19f3c048c54ebdbee709e3a;hb=e62ca0b357f09804d7d894949df44224c9d74bb7;hp=e0030b7f57598411d0173e33540461dfdcef802e;hpb=bb31ab5597a5a4299204f8c674f129506e0acdfe;p=bertos.git diff --git a/bertos/kern/proc_test.c b/bertos/kern/proc_test.c index e0030b7f..ea071a47 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_KERN_MINSTACKSIZE / sizeof(cpustack_t)]; -static cpustack_t proc_test2_stack[CONFIG_KERN_MINSTACKSIZE / sizeof(cpustack_t)]; +static cpu_stack_t proc_test1_stack[CONFIG_KERN_MINSTACKSIZE / sizeof(cpu_stack_t)]; +static cpu_stack_t proc_test2_stack[CONFIG_KERN_MINSTACKSIZE / sizeof(cpu_stack_t)]; /** @@ -88,7 +88,7 @@ int proc_testRun(void) return 0; } -#if (ARCH & ARCH_UNITTEST) +#if UNIT_TEST int proc_testSetup(void) {