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:
parent
7da47626fb
commit
a155617858
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ extern void _NmiInit(void);
|
|||
#define NMI_INIT()
|
||||
#endif
|
||||
|
||||
#include "system_nrf52.h"
|
||||
#include "nrf.h"
|
||||
|
||||
#define __SYSTEM_CLOCK_64M (64000000UL)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue