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/tAlarmNotifier_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-2018 by Embedded and Real-Time Systems Laboratory
    99 *              Graduate School of Information Science, Nagoya Univ., JAPAN
    1010 *
     
    8181{
    8282        CELLCB  *p_cellcb = GET_CELLCB(idx);
    83         return(ista_alm(ATTR_id, alarmTime));
     83        return(sta_alm(ATTR_id, alarmTime));
    8484}
    8585
     
    9191{
    9292        CELLCB  *p_cellcb = GET_CELLCB(idx);
    93         return(istp_alm(ATTR_id));
     93        return(stp_alm(ATTR_id));
    9494}
    9595
Note: See TracChangeset for help on using the changeset viewer.