Remove plenty of legacy names marked as OBSOLETE
[bertos.git] / bertos / kern / idle.c
index 116328ecf7fd54452e9b6c4a2a03ee63f425de34..ecbe5915ca48903a55cc8ac30081aefd1f0352e5 100644 (file)
@@ -40,7 +40,7 @@
 #include <cfg/module.h>
 
 
-static cpustack_t idle_stack[CONFIG_PROC_DEFSTACKSIZE / sizeof(cpustack_t)];
+static cpustack_t idle_stack[CONFIG_KERN_MINSTACKSIZE / sizeof(cpustack_t)];
 
 /**
  * The idle process