Changeset 3652ad35 in rtems for c/src/tests/samples/base_mp
- Timestamp:
- 09/19/95 14:53:29 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 38ffa0c
- Parents:
- b3ac6a8d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/samples/base_mp/init.c
rb3ac6a8d r3652ad35 36 36 printf( "Creating and starting an application task\n" ); 37 37 task_name = rtems_build_name( 'T', 'A', '1', ' ' ); 38 status = rtems_task_create( task_name, 1, 1024,38 status = rtems_task_create( task_name, 1, RTEMS_MINIMUM_STACK_SIZE, 39 39 RTEMS_INTERRUPT_LEVEL(0), RTEMS_DEFAULT_ATTRIBUTES, &tid ); 40 40 status = rtems_task_start(
Note: See TracChangeset
for help on using the changeset viewer.