Changeset 88d594a in rtems for testsuites/mptests/mp01


Ignore:
Timestamp:
05/24/95 21:39:42 (29 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
5b9d6ddf
Parents:
bf61e45c
Message:

Fully tested on all in-house targets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • testsuites/mptests/mp01/task1.c

    rbf61e45c r88d594a  
    2222 *  notice must appear in all copies of this file and its derivatives.
    2323 *
    24  *  $Id$
     24 *  task1.c,v 1.2 1995/05/09 20:26:24 joel Exp
    2525 */
    2626
     
    4444  print_time( " - rtems_clock_get - ", &time, "\n" );
    4545
    46   status = rtems_task_wake_after( task_number( tid ) * 5 * TICKS_PER_SECOND );
     46  status = rtems_task_wake_after( task_number( tid ) * 1 * TICKS_PER_SECOND );
    4747  directive_failed( status, "rtems_task_wake_after" );
    4848
Note: See TracChangeset for help on using the changeset viewer.