summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-05 22:09:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-05 22:09:36 +0000
commitfc20c5398bda85d31dc8f2adbfdf75eac73a1c2e (patch)
tree4d8c281d1bf61366ae2f99ae116ac95271ec19f4 /testsuites/tmtests
parentUpdated to reflect change in object class numbering due to ITRON API (diff)
downloadrtems-fc20c5398bda85d31dc8f2adbfdf75eac73a1c2e.tar.bz2
Increased stack space.
Diffstat (limited to 'testsuites/tmtests')
-rw-r--r--testsuites/tmtests/tm29/system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/tmtests/tm29/system.h b/testsuites/tmtests/tm29/system.h
index 2a667eebb0..90c664f348 100644
--- a/testsuites/tmtests/tm29/system.h
+++ b/testsuites/tmtests/tm29/system.h
@@ -36,6 +36,7 @@ rtems_task Init(
#define CONFIGURE_TICKS_PER_TIMESLICE 0
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
+#define CONFIGURE_INIT_TASK_STACK_SIZE (RTEMS_MINIMUM_STACK_SIZE * 2)
#include <confdefs.h>