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:
parent
7bf0124adf
commit
141bc8f85c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue