summaryrefslogtreecommitdiffstats
path: root/c/src/tests/tmtests/tmoverhd
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-01 20:21:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-01 20:21:17 +0000
commit2e3e40770ba3eed7cbdb18c2221cc11e0d62da2a (patch)
tree55d4155ba5578f6f5a8ddbd274c8a6d231e9e359 /c/src/tests/tmtests/tmoverhd
parentIncreased stack space of a task. (diff)
downloadrtems-2e3e40770ba3eed7cbdb18c2221cc11e0d62da2a.tar.bz2
Increased stack space for all initialization tasks in tmtests.
Diffstat (limited to 'c/src/tests/tmtests/tmoverhd')
-rw-r--r--c/src/tests/tmtests/tmoverhd/system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/tests/tmtests/tmoverhd/system.h b/c/src/tests/tmtests/tmoverhd/system.h
index ea369d97cb..f7e158818d 100644
--- a/c/src/tests/tmtests/tmoverhd/system.h
+++ b/c/src/tests/tmtests/tmoverhd/system.h
@@ -52,6 +52,7 @@ rtems_status_code Empty_directive();
#define CONFIGURE_MAXIMUM_TASKS 2
#define CONFIGURE_TICKS_PER_TIMESLICE 0
+#define CONFIGURE_INIT_TASK_STACK_SIZE (2 * RTEMS_MINIMUM_STACK_SIZE)
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE