forked from Imagelibrary/rtems
Backed out change that increased the minimum stack size since it
was unnecessary. The real fix was an alignment error in the object extend memory allocation scheme.
This commit is contained in:
@@ -35,7 +35,6 @@ rtems_task Init(
|
||||
#define CONFIGURE_MAXIMUM_TASKS 111
|
||||
#define CONFIGURE_MAXIMUM_MESSAGE_QUEUES 1
|
||||
#define CONFIGURE_TICKS_PER_TIMESLICE 0
|
||||
#define CONFIGURE_INIT_TASK_STACK_SIZE (2 * RTEMS_MINIMUM_STACK_SIZE)
|
||||
|
||||
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user