source: ssp_qb_r5f100le_cs/trunk/syssvc/serial.cfg@ 95

Last change on this file since 95 was 95, checked in by nmir-saito, 9 years ago

ファイルの mime-type 変更

  • Property svn:mime-type set to text/plain; charset=shift_jis
File size: 326 bytes
Line 
1/*
2 * @(#) $Id: serial.cfg 823 2008-03-18 13:02:11Z hiro $
3 */
4
5/*
6 * シリアルインタフェースドライバのコンフィギュレーションファイル
7 */
8
9#include "target_syssvc.h"
10INCLUDE("target_serial.cfg");
11
12#include "syssvc/serial.h"
13ATT_INI({ TA_NULL, 0, serial_initialize });
14ATT_TER({ TA_NULL, 0, serial_terminate });
Note: See TracBrowser for help on using the repository browser.