summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp13
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-06 20:23:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-06 20:23:01 +0000
commit2a65626503d2bd2aff2494f30d6e6ce9534eea1d (patch)
tree3a4e42941dcce35f8a37d209c0c8409b1b6027e4 /testsuites/sptests/sp13
parent2007-11-06 Glenn Humphrey <glenn.humphrey@OARcorp.com> (diff)
downloadrtems-2a65626503d2bd2aff2494f30d6e6ce9534eea1d.tar.bz2
2007-11-06 Joel Sherrill <joel.sherrill@OARcorp.com>
* sp13/system.h: We need 32K of message buffer memory not 32 bytes.
Diffstat (limited to 'testsuites/sptests/sp13')
-rw-r--r--testsuites/sptests/sp13/system.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/sptests/sp13/system.h b/testsuites/sptests/sp13/system.h
index 88483f3769..05d16b3604 100644
--- a/testsuites/sptests/sp13/system.h
+++ b/testsuites/sptests/sp13/system.h
@@ -3,7 +3,7 @@
* This include file contains information that is included in every
* function in the test set.
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2007.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -53,7 +53,7 @@ rtems_task Task_3(
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
-#define CONFIGURE_MESSAGE_BUFFER_MEMORY 32
+#define CONFIGURE_MESSAGE_BUFFER_MEMORY (32 * 1024)
#define CONFIGURE_EXTRA_TASK_STACKS (3 * RTEMS_MINIMUM_STACK_SIZE)
#include <rtems/confdefs.h>