This is an automated email from the ASF dual-hosted git repository. jerzy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git
commit 0b14d292ff6e87adc1bcc2819ed6db3102abf5d2 Author: Jerzy Kasenberg <[email protected]> AuthorDate: Tue Jan 20 08:18:41 2026 +0100 hw/mcu/nordic: Fix bump nrfx to v3.14.0 When repo version was change to 3.14 include file with requested configuration stayed at version 3.1. Signed-off-by: Jerzy Kasenberg <[email protected]> --- hw/mcu/nordic/include/nrfx_config_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/mcu/nordic/include/nrfx_config_common.h b/hw/mcu/nordic/include/nrfx_config_common.h index c23a793e3..fabacd5a2 100644 --- a/hw/mcu/nordic/include/nrfx_config_common.h +++ b/hw/mcu/nordic/include/nrfx_config_common.h @@ -45,7 +45,7 @@ /** @brief Symbol specifying minor version of the nrfx API to be used. */ #ifndef NRFX_CONFIG_API_VER_MINOR -#define NRFX_CONFIG_API_VER_MINOR 1 +#define NRFX_CONFIG_API_VER_MINOR 14 #endif /** @brief Symbol specifying micro version of the nrfx API to be used. */
