rename cpuXXX_t to cpu_XXX_t
[bertos.git] / bertos / kern / idle.c
index 116328ecf7fd54452e9b6c4a2a03ee63f425de34..3aa4bb0400651585dcbd308ad0ff1c6a80b7285d 100644 (file)
  * \author Bernie Innocenti <bernie@codewiz.org>
  */
 
+#include "idle.h"
 #include "proc.h"
 
 #include <cfg/module.h>
 
 
-static cpustack_t idle_stack[CONFIG_PROC_DEFSTACKSIZE / sizeof(cpustack_t)];
+static cpu_stack_t idle_stack[CONFIG_KERN_MINSTACKSIZE / sizeof(cpu_stack_t)];
 
 /**
  * The idle process