forked from Imagelibrary/rtems
2006-09-08 Ken Peters <ken.peters@jpl.nasa.gov>
PR 1162/rtems * unlimited/system.h: Reserve enough memory for the stacks wanted.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user