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/library/log_output.c

    r321 r429  
    55 *  Copyright (C) 2000-2003 by Embedded and Real-Time Systems Laboratory
    66 *                              Toyohashi Univ. of Technology, JAPAN
    7  *  Copyright (C) 2004-2014 by Embedded and Real-Time Systems Laboratory
     7 *  Copyright (C) 2004-2018 by Embedded and Real-Time Systems Laboratory
    88 *              Graduate School of Information Science, Nagoya Univ., JAPAN
    99 *
     
    174174                syslog_printf((const char *)(p_syslog->logpar[0]),
    175175                                                                &(p_syslog->logpar[1]), putc);
     176                (*putc)('\n');
    176177                break;
    177178        case LOG_TYPE_ASSERT:
    178179                syslog_printf("%s:%u: Assertion `%s' failed.",
    179180                                                                &(p_syslog->logpar[0]), putc);
     181                (*putc)('\n');
    180182                break;
    181183        default:
Note: See TracChangeset for help on using the changeset viewer.