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 <carles.cufi@nordicsemi.no>
This commit is contained in:
Carles Cufi 2016-06-01 00:21:50 -07:00
commit a155617858

View file

@ -34,7 +34,7 @@ extern void _NmiInit(void);
#define NMI_INIT() #define NMI_INIT()
#endif #endif
#include "system_nrf52.h" #include "nrf.h"
#define __SYSTEM_CLOCK_64M (64000000UL) #define __SYSTEM_CLOCK_64M (64000000UL)