xref: /btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra_cfg/fsp_cfg/r_dtc_cfg.h (revision c30869498fb8e98c1408c9db0e7624f02f483b73)
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