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