forked from Imagelibrary/rtems
Increased stack space of the monitor task.
This commit is contained in:
@@ -483,7 +483,7 @@ rtems_monitor_init(
|
||||
|
||||
status = rtems_task_create(RTEMS_MONITOR_NAME,
|
||||
1,
|
||||
0 /* default stack */,
|
||||
RTEMS_MINIMUM_STACK_SIZE * 2,
|
||||
RTEMS_INTERRUPT_LEVEL(0),
|
||||
RTEMS_DEFAULT_ATTRIBUTES,
|
||||
&rtems_monitor_task_id);
|
||||
|
||||
@@ -483,7 +483,7 @@ rtems_monitor_init(
|
||||
|
||||
status = rtems_task_create(RTEMS_MONITOR_NAME,
|
||||
1,
|
||||
0 /* default stack */,
|
||||
RTEMS_MINIMUM_STACK_SIZE * 2,
|
||||
RTEMS_INTERRUPT_LEVEL(0),
|
||||
RTEMS_DEFAULT_ATTRIBUTES,
|
||||
&rtems_monitor_task_id);
|
||||
|
||||
Reference in New Issue
Block a user