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:
Ioannis Glaropoulos 2019-08-15 14:38:55 +02:00 committed by Carles Cufí
commit 25a9cde223

View file

@ -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