summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp13/system.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-01 20:11:24 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-01 20:11:24 +0000
commit328aa64cc053210310c6f4f58eb7fc1a2fab24da (patch)
tree72c6964a58e8c13c08008be201e016c0d7e30b8b /testsuites/sptests/sp13/system.h
parentIncreased stack space for a task. (diff)
downloadrtems-328aa64cc053210310c6f4f58eb7fc1a2fab24da.tar.bz2
Increased stack space of task 2.
Diffstat (limited to '')
-rw-r--r--testsuites/sptests/sp13/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp13/system.h b/testsuites/sptests/sp13/system.h
index e1efa42963..588f88b2c5 100644
--- a/testsuites/sptests/sp13/system.h
+++ b/testsuites/sptests/sp13/system.h
@@ -55,7 +55,7 @@ rtems_task Task_3(
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
-#define CONFIGURE_EXTRA_TASK_STACKS (2 * RTEMS_MINIMUM_STACK_SIZE)
+#define CONFIGURE_EXTRA_TASK_STACKS (3 * RTEMS_MINIMUM_STACK_SIZE)
#include <confdefs.h>