rename cpuXXX_t to cpu_XXX_t
[bertos.git] / bertos / kern / proc_test.c
index 52a7fe851e2f7dd61cb0a24a12455329fa8b1ac9..ea071a472b2dd226f19f3c048c54ebdbee709e3a 100644 (file)
@@ -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)];
 
 
 /**