1 /** 2 * @defgroup nrfx_common_config Common configuration 3 * @{ 4 * @ingroup nrfx 5 */ 6 7 /** @brief Symbol specifying major version of the nrfx API to be used. */ 8 #define NRFX_CONFIG_API_VER_MAJOR 9 10 /** @brief Symbol specifying minor version of the nrfx API to be used. */ 11 #define NRFX_CONFIG_API_VER_MINOR 12 13 /** @brief Symbol specifying micro version of the nrfx API to be used. */ 14 #define NRFX_CONFIG_API_VER_MICRO 15 16 /** @} */ 17