micropython/ports/renesas-ra/fsp_cfg/r_agt_cfg.h

15 wiersze
290 B
C

#ifndef R_AGT_CFG_H_
#define R_AGT_CFG_H_
#ifdef __cplusplus
extern "C" {
#endif
#define AGT_CFG_PARAM_CHECKING_ENABLE (BSP_CFG_PARAM_CHECKING_ENABLE)
#define AGT_CFG_OUTPUT_SUPPORT_ENABLE (0)
#define AGT_CFG_INPUT_SUPPORT_ENABLE (0)
#ifdef __cplusplus
}
#endif
#endif /* R_AGT_CFG_H_ */