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

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

initial

File size: 190 bytes
Line 
1
2#include <hw_serial.h>
3INCLUDE("\"hw_serial.h\"");
4
5DEF_INH( INHNO_SIO1, { TA_HLNG, uart_isr0 } );
6
7#if TNUM_PORT >= 2
8DEF_INH( INHNO_SIO2, { TA_HLNG, uart_isr1 } );
9#endif /* TNUM_PORT */
Note: See TracBrowser for help on using the repository browser.