1 /* generated configuration header file - do not edit */ 2 #ifndef R_DTC_CFG_H_ 3 #define R_DTC_CFG_H_ 4 #ifdef __cplusplus 5 extern "C" { 6 #endif 7 8 #define DTC_CFG_PARAM_CHECKING_ENABLE (BSP_CFG_PARAM_CHECKING_ENABLE) 9 #define DTC_CFG_VECTOR_TABLE_SECTION_NAME ".fsp_dtc_vector_table" 10 11 #ifdef __cplusplus 12 } 13 #endif 14 #endif /* R_DTC_CFG_H_ */ 15