Ignore:
Timestamp:
Jun 27, 2017, 10:53:32 AM (7 years ago)
Author:
ertl-honda
Message:

3.1.0を反映

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_wo_tecs/trunk/test/test_task1.c

    r302 r306  
    33 *      Toyohashi Open Platform for Embedded Real-Time Systems
    44 *
    5  *  Copyright (C) 2007-2015 by Embedded and Real-Time Systems Laboratory
     5 *  Copyright (C) 2007-2016 by Embedded and Real-Time Systems Laboratory
    66 *              Graduate School of Information Science, Nagoya Univ., JAPAN
    77 *
     
    5050 *  の責任を負わない.
    5151 *
    52  *  $Id: test_task1.c 310 2015-02-08 13:46:46Z ertl-hiro $
     52 *  $Id: test_task1.c 738 2016-04-05 14:19:24Z ertl-hiro $
    5353 */
    5454
     
    221221 *      32:     slp_tsk()                                               ... (H-3)
    222222 *      == TASK5(続き)==
    223  *      33:     sta_alm(ALM1, 10000U)
     223 *      33:     sta_alm(ALM1, TEST_TIME_CP) ... ALM1が実行開始するまで
    224224 *      34:     slp_tsk()                                               ... (H-1)
    225225 *      == ALM1 ==
     
    245245alarm1_handler(intptr_t exinf)
    246246{
     247        ER_UINT ercd;
    247248        ID              tskid;
    248         ER_UINT ercd;
    249249
    250250        check_point(35);
     
    383383
    384384        check_point(33);
    385         ercd = sta_alm(ALM1, 10000U);
     385        ercd = sta_alm(ALM1, TEST_TIME_CP);
    386386        check_ercd(ercd, E_OK);
    387387
Note: See TracChangeset for help on using the changeset viewer.