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

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

add tags/jsp-1.4.4-full-UTF8

  • Property svn:executable set to *
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.