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/kernel/kernel_impl.h

    r302 r306  
    66 *  Copyright (C) 2000-2003 by Embedded and Real-Time Systems Laboratory
    77 *                              Toyohashi Univ. of Technology, JAPAN
    8  *  Copyright (C) 2004-2015 by Embedded and Real-Time Systems Laboratory
     8 *  Copyright (C) 2004-2016 by Embedded and Real-Time Systems Laboratory
    99 *              Graduate School of Information Science, Nagoya Univ., JAPAN
    1010 *
     
    5353 *  の責任を負わない.
    5454 *
    55  *  $Id: kernel_impl.h 332 2015-06-21 13:20:37Z ertl-hiro $
     55 *  $Id: kernel_impl.h 706 2016-03-29 14:19:40Z ertl-hiro $
    5656 */
    5757
     
    8888 */
    8989#include <t_syslog.h>
    90 
    91 /*
    92  *  型キャストを行うマクロの定義
    93  */
    94 #ifndef CAST
    95 #define CAST(type, val)         ((type)(val))
    96 #endif /* CAST */
    9790
    9891/*
Note: See TracChangeset for help on using the changeset viewer.