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_cpuexc2.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_cpuexc2.c 346 2015-07-18 02:12:08Z ertl-hiro $
     52 *  $Id: test_cpuexc2.c 738 2016-04-05 14:19:24Z ertl-hiro $
    5353 */
    5454
     
    111111 *      2:      state(false, false, true, true, false)
    112112 *              ipm(TIPM_ENAALL)
    113  *              sta_alm(ALM1, 10000U)
     113 *              sta_alm(ALM1, TEST_TIME_PROC) ... ALM1が実行開始するまで
    114114 *              DO(while(!alm1_flag))
    115115 *      == ALM1 ==
     
    217217        check_ipm(TIPM_ENAALL);
    218218
    219         ercd = sta_alm(ALM1, 10000U);
     219        ercd = sta_alm(ALM1, TEST_TIME_PROC);
    220220        check_ercd(ercd, E_OK);
    221221
Note: See TracChangeset for help on using the changeset viewer.