summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/cdtest
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2009-06-12 01:14:41 +0000
committerChris Johns <chrisj@rtems.org>2009-06-12 01:14:41 +0000
commit9e06eb1e96b9deb9247120797ed68b214635c2be (patch)
tree5dbaffddf81a3e15bb2782210393683d40bf2283 /testsuites/samples/cdtest
parent2009-06-11 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-9e06eb1e96b9deb9247120797ed68b214635c2be.tar.bz2
2009-06-11 Roxana Leontie <roxana.leontie@gmail.com>
* cdtest/system.h: modified the number of max semaphores - test was failing before
Diffstat (limited to 'testsuites/samples/cdtest')
-rw-r--r--testsuites/samples/cdtest/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/samples/cdtest/system.h b/testsuites/samples/cdtest/system.h
index c03b972dbb..4f8ca56e87 100644
--- a/testsuites/samples/cdtest/system.h
+++ b/testsuites/samples/cdtest/system.h
@@ -29,7 +29,7 @@ rtems_task main_task(
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
#define CONFIGURE_MAXIMUM_TASKS 1
-#define CONFIGURE_MAXIMUM_SEMAPHORES 1
+#define CONFIGURE_MAXIMUM_SEMAPHORES 5
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#define CONFIGURE_INIT_TASK_ENTRY_POINT main_task