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_cpuexc1.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_cpuexc1.c 346 2015-07-18 02:12:08Z ertl-hiro $
     52 *  $Id: test_cpuexc1.c 738 2016-04-05 14:19:24Z ertl-hiro $
    5353 */
    5454
     
    117117 *      2:      state(false, false, true, true, false)
    118118 *              ipm(TIPM_ENAALL)
    119  *              sta_alm(ALM1, 10000U)
     119 *              sta_alm(ALM1, TEST_TIME_PROC) ... ALM1が実行開始するまで
    120120 *              DO(while(!alm1_flag))
    121121 *      == ALM1 ==
     
    223223        check_ipm(TIPM_ENAALL);
    224224
    225         ercd = sta_alm(ALM1, 10000U);
     225        ercd = sta_alm(ALM1, TEST_TIME_PROC);
    226226        check_ercd(ercd, E_OK);
    227227
Note: See TracChangeset for help on using the changeset viewer.