source: anotherchoice/tags/jsp-1.4.4-full-UTF8/config/cfv2/m52235evb/hw_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: 366 bytes
Line 
1/*
2 * @(#) $Id: hw_serial.cfg,v 1.3 2003/07/08 14:57:15 hiro Exp $
3 */
4
5/*
6 * SIOドライバ(M52235EVB用)のコンフィギュレーションファイル
7 */
8
9#include <hw_serial.h>
10INCLUDE("<hw_serial.h>");
11DEF_INH(INHNO_SERIAL, { TA_HLNG, sio_handler });
12
13#if TNUM_PORT >= 2
14
15DEF_INH(INHNO_SERIAL2, { TA_HLNG, sio_handler2 });
16
17#endif /* TNUM_PORT >= 2 */
Note: See TracBrowser for help on using the repository browser.