Skip to content

Commit 6e369bd

Browse files
nika-nordicmasz-nordic
authored andcommitted
[nrf fromlist] modules: hal_nordic: nrfx: use API version 4.0.0
New nrfx major release is not compatible with older API versions. Upstream PR #: 99399 Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
1 parent 417782b commit 6e369bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/hal_nordic/nrfx/nrfx_config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
#define NRFX_CONFIG_H__
99

1010
/* Define nrfx API version used in Zephyr. */
11-
#define NRFX_CONFIG_API_VER_MAJOR 3
12-
#define NRFX_CONFIG_API_VER_MINOR 12
11+
#define NRFX_CONFIG_API_VER_MAJOR 4
12+
#define NRFX_CONFIG_API_VER_MINOR 0
1313
#define NRFX_CONFIG_API_VER_MICRO 0
1414

1515
/* Macros used in zephyr-specific config files. */

0 commit comments

Comments
 (0)