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_cpuexc.h

    r302 r306  
    33 *      Toyohashi Open Platform for Embedded Real-Time Systems
    44 *
    5  *  Copyright (C) 2007-2014 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_cpuexc.h 404 2015-08-02 21:56:21Z ertl-hiro $
     52 *  $Id: test_cpuexc.h 737 2016-04-05 13:11:23Z ertl-hiro $
    5353 */
    5454
     
    8080#endif /* STACK_SIZE */
    8181
     82#ifndef TEST_TIME_CP
     83#define TEST_TIME_CP    50000U          /* チェックポイント到達æƒ
     84報の出力時間 */
     85#endif /* TEST_TIME_CP */
     86
     87#ifndef TEST_TIME_PROC
     88#define TEST_TIME_PROC  1000U           /* チェックポイントを通らない場合の時間 */
     89#endif /* TEST_TIME_PROC */
     90
    8291/*
    8392 *  関数のプロトタイプ宣言
Note: See TracChangeset for help on using the changeset viewer.