forked from Imagelibrary/rtems
Increased stack space for a task.
This commit is contained in:
@@ -39,7 +39,7 @@ rtems_task Init(
|
||||
status = rtems_task_create(
|
||||
Task_name[ 1 ],
|
||||
1,
|
||||
RTEMS_MINIMUM_STACK_SIZE,
|
||||
RTEMS_MINIMUM_STACK_SIZE * 2,
|
||||
RTEMS_DEFAULT_MODES,
|
||||
RTEMS_DEFAULT_ATTRIBUTES,
|
||||
&Task_id[ 1 ]
|
||||
|
||||
Reference in New Issue
Block a user