rename cpuXXX_t to cpu_XXX_t
[bertos.git] / bertos / kern / idle.c
index 229058bd4ba1c0e538a591baeda3e907ef1d2639..3aa4bb0400651585dcbd308ad0ff1c6a80b7285d 100644 (file)
@@ -41,7 +41,7 @@
 #include <cfg/module.h>
 
 
-static cpustack_t idle_stack[CONFIG_KERN_MINSTACKSIZE / sizeof(cpustack_t)];
+static cpu_stack_t idle_stack[CONFIG_KERN_MINSTACKSIZE / sizeof(cpu_stack_t)];
 
 /**
  * The idle process