Last change
on this file was 95, checked in by nmir-saito, 8 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"
|
---|
10 | INCLUDE("target_serial.cfg");
|
---|
11 |
|
---|
12 | #include "syssvc/serial.h"
|
---|
13 | ATT_INI({ TA_NULL, 0, serial_initialize });
|
---|
14 | ATT_TER({ TA_NULL, 0, serial_terminate });
|
---|
Note:
See
TracBrowser
for help on using the repository browser.