2001-08-16 Joel Sherrill <joel@OARcorp.com>

* sp20/system.h: Account for extra task stacks properly.
This commit is contained in:
Joel Sherrill
2001-08-16 19:41:09 +00:00
parent 11b1063d2e
commit 94dfe0f713
4 changed files with 10 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ void Get_all_counters( void );
#define CONFIGURE_INIT_TASK_INITIAL_MODES RTEMS_DEFAULT_MODES
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#define CONFIGURE_EXTRA_TASK_STACKS (15 * RTEMS_MINIMUM_STACK_SIZE)
#define CONFIGURE_EXTRA_TASK_STACKS (6 * 3 * RTEMS_MINIMUM_STACK_SIZE)
#include <confdefs.h>