mirror of https://github.com/ARMmbed/mbed-os.git
nordic_global.h file now included
parent
d7dae24aaa
commit
4f6b0b6443
|
@ -0,0 +1,11 @@
|
|||
#ifndef _NORDIC_GLOBAL_H_
|
||||
#define _NORDIC_GLOBAL_H_
|
||||
|
||||
/* There are no global defines in mbed, so we need to define */
|
||||
/* mandatory conditional compilation flags here */
|
||||
//#define NRF51
|
||||
#define DEBUG_NRF_USER
|
||||
#define BLE_STACK_SUPPORT_REQD
|
||||
#define BOARD_PCA10001
|
||||
|
||||
#endif
|
|
@ -19,7 +19,7 @@
|
|||
#ifndef NRF_H
|
||||
#define NRF_H
|
||||
|
||||
|
||||
#include "nordic_global.h"
|
||||
#include "compiler_abstraction.h"
|
||||
#include "nrf51.h"
|
||||
#include "nrf51_bitfields.h"
|
||||
|
|
Loading…
Reference in New Issue