forked from Imagelibrary/rtems
Increased stack space of tasks.
This commit is contained in:
@@ -47,7 +47,7 @@ void Priority_test_driver(
|
||||
status = rtems_task_create(
|
||||
Priority_task_name[ index ],
|
||||
Task_priority[ index ],
|
||||
RTEMS_MINIMUM_STACK_SIZE,
|
||||
RTEMS_MINIMUM_STACK_SIZE * 2,
|
||||
RTEMS_DEFAULT_MODES,
|
||||
RTEMS_DEFAULT_ATTRIBUTES,
|
||||
&Priority_task_id[ index ]
|
||||
|
||||
Reference in New Issue
Block a user