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:
parent
4a1bdd1c4b
commit
be8c61ab80
1 changed files with 1 additions and 1 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue