From 67718641bf1433b82e7209e24bb66f782f496d2b Mon Sep 17 00:00:00 2001 From: Nikodem Kastelik Date: Mon, 7 Nov 2022 12:24:12 +0100 Subject: [PATCH] modules: hal_nordic: nrfx: switch to 2.10 API Switch to use newest 2.10 API version in nrfx by default. It changes signature of user callback in the nrfx_ipc driver. Signed-off-by: Nikodem Kastelik --- modules/hal_nordic/nrfx/nrfx_config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/hal_nordic/nrfx/nrfx_config.h b/modules/hal_nordic/nrfx/nrfx_config.h index 8eed19e2ac..0a860164f2 100644 --- a/modules/hal_nordic/nrfx/nrfx_config.h +++ b/modules/hal_nordic/nrfx/nrfx_config.h @@ -10,10 +10,10 @@ #include /* - * NRFX API version 2.9 flag. - * When the flag is set NRFX API is compatible with the previous NRFX release. + * NRFX API version 2.10 flag. + * When the flag is set NRFX API is compatible with the newest NRFX release. */ -#define NRFX_CONFIG_API_VER_2_9 1 +#define NRFX_CONFIG_API_VER_2_10 1 /* * These are mappings of Kconfig options enabling nrfx drivers and particular