Commit be8c61ab authored by Jakub Zymelka's avatar Jakub Zymelka Committed by Anas Nashif
Browse files

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: default avatarJakub Zymelka <jakub.zymelka@nordicsemi.no>
parent 4a1bdd1c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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. */