/* * Copyright (c) 2020 - 2024 Renesas Electronics Corporation and/or its affiliates * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef R_ULPT_CFG_H_ #define R_ULPT_CFG_H_ #ifdef __cplusplus extern "C" { #endif #define ULPT_CFG_PARAM_CHECKING_ENABLE (BSP_CFG_PARAM_CHECKING_ENABLE) #define ULPT_CFG_OUTPUT_SUPPORT_ENABLE (0) #define ULPT_CFG_INPUT_SUPPORT_ENABLE (0) #ifdef __cplusplus } #endif #endif /* R_ULPT_CFG_H_ */