2022-04-29 02:49:44 +01:00
|
|
|
/* generated configuration header file - do not edit */
|
|
|
|
#ifndef R_LPM_CFG_H_
|
|
|
|
#define R_LPM_CFG_H_
|
2023-05-01 14:48:52 +01:00
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
2022-04-29 02:49:44 +01:00
|
|
|
#define LPM_CFG_PARAM_CHECKING_ENABLE (BSP_CFG_PARAM_CHECKING_ENABLE)
|
2023-05-01 14:48:52 +01:00
|
|
|
#define LPM_CFG_STANDBY_LIMIT (0)
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
2022-04-29 02:49:44 +01:00
|
|
|
#endif /* R_LPM_CFG_H_ */
|