2009-06-11 Roxana Leontie <roxana.leontie@gmail.com>

* cdtest/system.h: modified the number of max semaphores
          - test was failing before
This commit is contained in:
Chris Johns
2009-06-12 01:14:41 +00:00
parent e73f8a1758
commit 9e06eb1e96
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
2009-06-11 Roxana Leontie <roxana.leontie@gmail.com>
* cdtest/system.h: modified the number of max semaphores - test was
failing before
2009-06-04 Ralf Corsépius <ralf.corsepius@rtems.org>
* loopback/init.c: Add missing initializers.
+1 -1
View File
@@ -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