Increased stack space of the monitor task.

This commit is contained in:
Joel Sherrill
1998-04-06 21:41:50 +00:00
parent 45111d773c
commit 7ff01ac4d3
3 changed files with 3 additions and 3 deletions

View File

@@ -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);

View File

@@ -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);