PR 1162/rtems
	* unlimited/system.h: Reserve enough memory for the stacks wanted.
This commit is contained in:
Joel Sherrill
2006-09-08 20:41:02 +00:00
parent 9cb1488749
commit c5083aab1a
2 changed files with 6 additions and 1 deletions

View File

@@ -48,7 +48,7 @@ void test3();
#define TASK_ALLOCATION_SIZE (5)
#define CONFIGURE_MAXIMUM_TASKS rtems_resource_unlimited(TASK_ALLOCATION_SIZE)
#define CONFIGURE_EXTRA_TASK_STACKS (62 * RTEMS_MINIMUM_STACK_SIZE)
#define CONFIGURE_EXTRA_TASK_STACKS (75 * RTEMS_MINIMUM_STACK_SIZE)
#include <rtems/confdefs.h>