1 /*""FILE COMMENT""*******************************************************
2 * System Name	: RPDL driver API
3 * File Name		: r_pdl_user_definitions.h
4 * Contents		: User-modifiable definitions
5 *""FILE COMMENT END""**************************************************/
6 
7 #ifndef R_PDL_USER_DEFS_H
8 #define R_PDL_USER_DEFS_H
9 
10 /* The vector number to be used with fast interrupt processing */
11 #define FAST_INTC_VECTOR 0
12 
13 #endif
14 /* End of file */
15