Increased stack space.

This commit is contained in:
Joel Sherrill
2000-01-05 22:09:36 +00:00
parent f49aaf18b8
commit fc20c5398b
2 changed files with 2 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ rtems_task Init(
#define CONFIGURE_TICKS_PER_TIMESLICE 0
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#define CONFIGURE_INIT_TASK_STACK_SIZE (RTEMS_MINIMUM_STACK_SIZE * 2)
#include <confdefs.h>

View File

@@ -36,6 +36,7 @@ rtems_task Init(
#define CONFIGURE_TICKS_PER_TIMESLICE 0
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#define CONFIGURE_INIT_TASK_STACK_SIZE (RTEMS_MINIMUM_STACK_SIZE * 2)
#include <confdefs.h>