source: anotherchoice/tags/jsp-1.4.4-full-UTF8/systask/linux_serial.cfg@ 363

Last change on this file since 363 was 363, checked in by ykominami, 5 years ago

add tags/jsp-1.4.4-full-UTF8

  • Property svn:executable set to *
File size: 359 bytes
Line 
1/*
2 * @(#) $Id: linux_serial.cfg,v 1.1 2000/11/14 16:27:57 honda Exp $
3 */
4
5/*
6 * シリアルインタフェースモジュールのコンフィギュレーションファイル
7 */
8
9INCLUDE("\"serial.h\"");
10ATT_INI({ TA_HLNG, CONSOLE_PORTID, serial_initialize });
11CRE_SEM(SEM_SERIAL1_IN, { TA_TPRI, 0, 1 });
12CRE_SEM(SEM_SERIAL1_OUT, { TA_TPRI, 1, 1 });
13
Note: See TracBrowser for help on using the repository browser.