From 141bc8f85cd8804ee15dedc71b82d3bc044b7a8f Mon Sep 17 00:00:00 2001 From: Robert Lubos Date: Tue, 25 Jun 2019 16:18:05 +0200 Subject: [PATCH] ext: hal: nordic: Update DT symbols in nrfx config file Update deprecated DPPIC DT symbol in nrfx config file for nrf9160. Signed-off-by: Robert Lubos --- ext/hal/nordic/nrfx_config_nrf9160.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/hal/nordic/nrfx_config_nrf9160.h b/ext/hal/nordic/nrfx_config_nrf9160.h index 2d2a88619e4..affee7399a2 100644 --- a/ext/hal/nordic/nrfx_config_nrf9160.h +++ b/ext/hal/nordic/nrfx_config_nrf9160.h @@ -46,9 +46,9 @@ ((NRF_CLOCK_Type *)DT_NORDIC_NRF_CLOCK_CLOCK_BASE_ADDRESS) #endif -#ifdef DT_NORDIC_NRF_DPPIC_0_BASE_ADDRESS +#ifdef DT_INST_0_NORDIC_NRF_DPPIC_BASE_ADDRESS #define NRF_DPPIC \ - ((NRF_DPPIC_Type *)DT_NORDIC_NRF_DPPIC_0_BASE_ADDRESS) + ((NRF_DPPIC_Type *)DT_INST_0_NORDIC_NRF_DPPIC_BASE_ADDRESS) #endif #ifdef DT_NORDIC_NRF_FICR_FICR_BASE_ADDRESS