summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-04-07 16:07:25 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-04-07 16:48:02 +0200
commiteeb45b5cb9fc6de092c1d694153e5a0b4cf90b60 (patch)
tree44f0d73e68f2e0092e20a82bedb20a766e614780 /testsuites
parentscore: Fix for empty heap (diff)
downloadrtems-eeb45b5cb9fc6de092c1d694153e5a0b4cf90b60.tar.bz2
sptests/sp68: Fix configuration
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/sptests/sp68/init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/sptests/sp68/init.c b/testsuites/sptests/sp68/init.c
index d028c2d5f2..c378cfbbb9 100644
--- a/testsuites/sptests/sp68/init.c
+++ b/testsuites/sptests/sp68/init.c
@@ -470,6 +470,8 @@ rtems_task Init(rtems_task_argument argument)
#define CONFIGURE_MAXIMUM_TIMERS TIMER_COUNT
#define CONFIGURE_MAXIMUM_SEMAPHORES 2
#define CONFIGURE_MAXIMUM_MESSAGE_QUEUES 1
+#define CONFIGURE_MESSAGE_BUFFER_MEMORY \
+ CONFIGURE_MESSAGE_BUFFERS_FOR_QUEUE(1, 1)
#define CONFIGURE_MAXIMUM_REGIONS 1
#define CONFIGURE_MAXIMUM_BARRIERS 1