2007-03-10 Joel Sherrill <joel@OARcorp.com>

* sp26/system.h: Remove incorrect and duplicate
	CONFIGURE_EXTRA_TASK_STACKS.
This commit is contained in:
Joel Sherrill
2007-03-10 16:19:07 +00:00
parent 5622ddc4bd
commit 13a2734196
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2007-03-10 Joel Sherrill <joel@OARcorp.com>
* sp26/system.h: Remove incorrect and duplicate
CONFIGURE_EXTRA_TASK_STACKS.
2007-03-05 Joel Sherrill <joel@OARcorp.com> 2007-03-05 Joel Sherrill <joel@OARcorp.com>
PR 1222/cpukit PR 1222/cpukit

View File

@@ -31,7 +31,6 @@ void task1(void);
#define CONFIGURE_EXTRA_TASK_STACKS (5 * 3 * RTEMS_MINIMUM_STACK_SIZE) #define CONFIGURE_EXTRA_TASK_STACKS (5 * 3 * RTEMS_MINIMUM_STACK_SIZE)
#define CONFIGURE_MAXIMUM_TASKS 5 #define CONFIGURE_MAXIMUM_TASKS 5
#define CONFIGURE_MAXIMUM_REGIONS 1 #define CONFIGURE_MAXIMUM_REGIONS 1
#define CONFIGURE_EXTRA_TASK_STACKS (RTEMS_MINIMUM_STACK_SIZE * 4)
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE #define CONFIGURE_RTEMS_INIT_TASKS_TABLE