summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp13/system.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-08-16 19:40:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-08-16 19:40:29 +0000
commit11b1063d2efc71f20974cebf56b4b82dd1573e8e (patch)
tree1f45fd781ef6a1662c8d8d2b9b64f12d577d09c1 /testsuites/sptests/sp13/system.h
parent2001-08-16 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-11b1063d2efc71f20974cebf56b4b82dd1573e8e.tar.bz2
2001-08-16 Joel Sherrill <joel@OARcorp.com>
* sp13/sp13.scn: Id in screen had wrong class field value. * sp13/system.h: Account for message buffer memory. * sp13/task2.c: Remove unnecessary check for failure.
Diffstat (limited to 'testsuites/sptests/sp13/system.h')
-rw-r--r--testsuites/sptests/sp13/system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/sptests/sp13/system.h b/testsuites/sptests/sp13/system.h
index fea6a652a6..c30459a477 100644
--- a/testsuites/sptests/sp13/system.h
+++ b/testsuites/sptests/sp13/system.h
@@ -53,6 +53,7 @@ rtems_task Task_3(
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
+#define CONFIGURE_MEMORY_OVERHEAD 32
#define CONFIGURE_EXTRA_TASK_STACKS (3 * RTEMS_MINIMUM_STACK_SIZE)
#include <confdefs.h>