Remove unneeded variable.
[bertos.git] / bertos / kern / proc.h
index bc616a7c87bc737f383126608ab00881c5607821..d5b168895bd31082e8aec7fdb8d66d1d20df7a51 100644 (file)
@@ -232,7 +232,7 @@ INLINE bool proc_allowed(void)
                 */
                #define CONFIG_KERN_MINSTACKSIZE  \
                    (CPU_SAVED_REGS_CNT * 2 * sizeof(cpu_stack_t) \
-                   + 32 * sizeof(int))
+                   + 48 * sizeof(int))
        #endif
 #endif