Changeset c5083aa in rtems for testsuites/samples/unlimited/system.h
- Timestamp:
- Sep 8, 2006, 8:41:02 PM (14 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c3102eb5
- Parents:
- 9cb14887
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/samples/unlimited/system.h
r9cb14887 rc5083aa 49 49 #define TASK_ALLOCATION_SIZE (5) 50 50 #define CONFIGURE_MAXIMUM_TASKS rtems_resource_unlimited(TASK_ALLOCATION_SIZE) 51 #define CONFIGURE_EXTRA_TASK_STACKS ( 62* RTEMS_MINIMUM_STACK_SIZE)51 #define CONFIGURE_EXTRA_TASK_STACKS (75 * RTEMS_MINIMUM_STACK_SIZE) 52 52 53 53
Note: See TracChangeset
for help on using the changeset viewer.