modules: hal_nordic: nrfx: Update NRFX API version to 3.12

Update NRFX_CONFIG_API_VER_MINOR to 12, to be compatible with
latest SAADC driver changes.

Signed-off-by: Jakub Zymelka <jakub.zymelka@nordicsemi.no>
This commit is contained in:
Jakub Zymelka 2025-06-16 15:03:37 +02:00 committed by Anas Nashif
commit be8c61ab80

View file

@ -9,7 +9,7 @@
/* Define nrfx API version used in Zephyr. */
#define NRFX_CONFIG_API_VER_MAJOR 3
#define NRFX_CONFIG_API_VER_MINOR 8
#define NRFX_CONFIG_API_VER_MINOR 12
#define NRFX_CONFIG_API_VER_MICRO 0
/* Macros used in zephyr-specific config files. */