ext: hal: nordic: fix type of NRF_FICR
Fix the type of NRF_FICR. FICR_INFO_Type is only an element of NRF_FICR_Type. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
9be6fb0ba2
commit
25a9cde223
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
|
||||
#ifdef DT_INST_0_NORDIC_NRF_FICR_BASE_ADDRESS
|
||||
#define NRF_FICR \
|
||||
((FICR_INFO_Type *)DT_INST_0_NORDIC_NRF_FICR_BASE_ADDRESS)
|
||||
((NRF_FICR_Type *)DT_INST_0_NORDIC_NRF_FICR_BASE_ADDRESS)
|
||||
#endif
|
||||
|
||||
#ifdef DT_NORDIC_NRF_GPIO_GPIO_0_BASE_ADDRESS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue