modules: hal_nordic: nrfx: include config for nrf54l15
Both nRF54L15 and nRF54L15 EngA uses same nrfx config file. Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
This commit is contained in:
parent
d435acf28d
commit
ca147ff637
1 changed files with 1 additions and 1 deletions
|
|
@ -949,7 +949,7 @@
|
|||
#include <nrfx_config_nrf54h20_enga_ppr.h>
|
||||
#elif defined(NRF9120_XXAA) || defined(NRF9160_XXAA)
|
||||
#include <nrfx_config_nrf91.h>
|
||||
#elif defined(NRF54L15_ENGA_XXAA) && defined(NRF_APPLICATION)
|
||||
#elif (defined(NRF54L15_XXAA) || defined(NRF54L15_ENGA_XXAA)) && defined(NRF_APPLICATION)
|
||||
#include <nrfx_config_nrf54l15_enga_application.h>
|
||||
#else
|
||||
#error "Unknown device."
|
||||
|
|
|
|||
Loading…
Reference in a new issue