source: uKadecot/trunk/ssp/syssvc/serial.cfg@ 107

Last change on this file since 107 was 107, checked in by coas-nagasima, 9 years ago

SHIFT_JISのコードにcharsetプロパティを付けた

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/plain; charset=SHIFT_JIS
File size: 269 bytes
Line 
1/*
2 * @(#) $Id: serial.cfg 107 2015-06-10 11:40:31Z coas-nagasima $
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.