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