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:
parent
728506df6f
commit
67718641bf
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue