15 lines
434 B
C
15 lines
434 B
C
|
/*""FILE COMMENT""*******************************************************
|
||
|
* System Name : RPDL driver API
|
||
|
* File Name : r_pdl_user_definitions.h
|
||
|
* Contents : User-modifiable definitions
|
||
|
*""FILE COMMENT END""**************************************************/
|
||
|
|
||
|
#ifndef R_PDL_USER_DEFS_H
|
||
|
#define R_PDL_USER_DEFS_H
|
||
|
|
||
|
/* The vector number to be used with fast interrupt processing */
|
||
|
#define FAST_INTC_VECTOR 0
|
||
|
|
||
|
#endif
|
||
|
/* End of file */
|