Ignore:
Timestamp:
May 22, 2019, 4:09:18 PM (5 years ago)
Author:
coas-nagasima
Message:

ファイルディスクリプタ処理を更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_tinet_ecnl_rx/trunk/asp3_dcre/target/gr_sakura_gcc/target_syssvc.h

    r374 r387  
    8080#define TARGET_NAME     "GR-SAKURA"
    8181
    82 
     82#ifdef TOPPERS_OMIT_TECS
    8383/*
    8484 *  システムログの低レベル出力のための文字出力
     
    8787 */
    8888extern void     target_fput_log( char c );
    89 
     89#endif
    9090
    9191/*
     
    9494 */
    9595#ifdef PRC_COPYRIGHT
    96 #define TARGET_COPYRIGHT        PRC_COPYRIGHT
     96#define TARGET_COPYRIGHT        PRC_COPYRIGHT
    9797#endif /* PRC_COPYRIGHT */
    9898
     
    101101 *  シリアルポート数の定義
    102102 */
    103 #define TNUM_PORT                       UINT_C( 2 )
     103#define TNUM_PORT                       UINT_C( 2 )
    104104
    105105/*
    106106 *  使用するシリアルポートID
    107107 */
    108 #define SIO_PORTID                      UINT_C( 1 )
     108#define SIO_PORTID                      UINT_C( 1 )
    109109
    110110#define LOGTASK_PORTID          SIO_PORTID
Note: See TracChangeset for help on using the changeset viewer.