Ignore:
Timestamp:
Jul 3, 2020, 7:19:17 PM (4 years ago)
Author:
coas-nagasima
Message:

ASP3, TINET, mbed を更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/asp3_dcre/tecs_kernel/tTask_inline.h

    r321 r429  
    66 *  Copyright (C) 2015 by Ushio Laboratory
    77 *              Graduate School of Engineering Science, Osaka Univ., JAPAN
    8  *  Copyright (C) 2015 by Embedded and Real-Time Systems Laboratory
     8 *  Copyright (C) 2015-2019 by Embedded and Real-Time Systems Laboratory
    99 *              Graduate School of Information Science, Nagoya Univ., JAPAN
    1010 *
     
    191191{
    192192        CELLCB  *p_cellcb= GET_CELLCB(idx);
    193         return(iwup_tsk(ATTR_id));
     193        return(wup_tsk(ATTR_id));
    194194}
    195195
     
    201201{
    202202        CELLCB  *p_cellcb = GET_CELLCB(idx);
    203         return(irel_wai(ATTR_id));
     203        return(rel_wai(ATTR_id));
    204204}
    205205
Note: See TracChangeset for help on using the changeset viewer.