source: anotherchoice/tags/jsp-1.4.4-full-UTF8/config/cfv2/m52235evb/hw_serial.cfg@ 26

Last change on this file since 26 was 26, checked in by ykominami, 12 years ago

initial

File size: 366 bytes
RevLine 
[26]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.