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 <robert.lubos@nordicsemi.no>
This commit is contained in:
Robert Lubos 2019-06-25 16:18:05 +02:00 committed by Anas Nashif
commit 141bc8f85c

View file

@ -46,9 +46,9 @@
((NRF_CLOCK_Type *)DT_NORDIC_NRF_CLOCK_CLOCK_BASE_ADDRESS) ((NRF_CLOCK_Type *)DT_NORDIC_NRF_CLOCK_CLOCK_BASE_ADDRESS)
#endif #endif
#ifdef DT_NORDIC_NRF_DPPIC_0_BASE_ADDRESS #ifdef DT_INST_0_NORDIC_NRF_DPPIC_BASE_ADDRESS
#define NRF_DPPIC \ #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 #endif
#ifdef DT_NORDIC_NRF_FICR_FICR_BASE_ADDRESS #ifdef DT_NORDIC_NRF_FICR_FICR_BASE_ADDRESS