/** * @defgroup nrfx_common_config Common configuration * @{ * @ingroup nrfx */ /** @brief Symbol specifying major version of the nrfx API to be used. */ #define NRFX_CONFIG_API_VER_MAJOR /** @brief Symbol specifying minor version of the nrfx API to be used. */ #define NRFX_CONFIG_API_VER_MINOR /** @brief Symbol specifying micro version of the nrfx API to be used. */ #define NRFX_CONFIG_API_VER_MICRO /** @} */