Remove plenty of legacy names marked as OBSOLETE
[bertos.git] / bertos / kern / proc_test.c
index 32fde7e0e26ea8e2c7291ae0411ad381d47677ab..414f2115f5213dc28dd49577ea0798f4e2c8a983 100644 (file)
@@ -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)];
 
 
 /**