From a155617858c4730e57f17aa73ad81c4b5a38d31a Mon Sep 17 00:00:00 2001 From: Carles Cufi Date: Wed, 1 Jun 2016 00:21:50 -0700 Subject: [PATCH] nrf52: Use nrf.h instead of *nrf*.h Include nrf.h instead of directly using the specific header required. This will be useful in the future when additional Nordic ICs are supported. JIRA: ZEP-377 Change-Id: I7a7257b0aaa5fa0a0d202322c366efbdd1d84458 Signed-off-by: Carles Cufi --- arch/arm/soc/nordic_nrf5/nrf52/soc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/soc/nordic_nrf5/nrf52/soc.c b/arch/arm/soc/nordic_nrf5/nrf52/soc.c index c3311410a20..c28233dad42 100644 --- a/arch/arm/soc/nordic_nrf5/nrf52/soc.c +++ b/arch/arm/soc/nordic_nrf5/nrf52/soc.c @@ -34,7 +34,7 @@ extern void _NmiInit(void); #define NMI_INIT() #endif -#include "system_nrf52.h" +#include "nrf.h" #define __SYSTEM_CLOCK_64M (64000000UL)