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 <nikodem.kastelik@nordicsemi.no>
This commit is contained in:
Nikodem Kastelik 2022-11-07 12:24:12 +01:00 committed by Carles Cufí
parent 728506df6f
commit 67718641bf

View file

@ -10,10 +10,10 @@
#include <zephyr/devicetree.h> #include <zephyr/devicetree.h>
/* /*
* NRFX API version 2.9 flag. * NRFX API version 2.10 flag.
* When the flag is set NRFX API is compatible with the previous NRFX release. * 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 * These are mappings of Kconfig options enabling nrfx drivers and particular