mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 19:11:44 +08:00
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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user