circuitpython/ports/renesas-ra/fsp_cfg/r_lpm_cfg.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
297 B
C
Raw Normal View History

/* generated configuration header file - do not edit */
#ifndef R_LPM_CFG_H_
#define R_LPM_CFG_H_
#ifdef __cplusplus
extern "C" {
#endif
#define LPM_CFG_PARAM_CHECKING_ENABLE (BSP_CFG_PARAM_CHECKING_ENABLE)
#define LPM_CFG_STANDBY_LIMIT (0)
#ifdef __cplusplus
}
#endif
#endif /* R_LPM_CFG_H_ */