mirror of https://github.com/ARMmbed/mbed-os.git
Added checks on compilation flags.
parent
3b702158ae
commit
2ec518a249
|
@ -4,8 +4,14 @@
|
||||||
/* There are no global defines in mbed, so we need to define */
|
/* There are no global defines in mbed, so we need to define */
|
||||||
/* mandatory conditional compilation flags here */
|
/* mandatory conditional compilation flags here */
|
||||||
//#define NRF51
|
//#define NRF51
|
||||||
|
#ifndef DEBUG_NRF_USER
|
||||||
#define DEBUG_NRF_USER
|
#define DEBUG_NRF_USER
|
||||||
|
#endif
|
||||||
|
#ifndef BLE_STACK_SUPPORT_REQD
|
||||||
#define BLE_STACK_SUPPORT_REQD
|
#define BLE_STACK_SUPPORT_REQD
|
||||||
|
#endif
|
||||||
|
#ifndef BOARD_PCA10001
|
||||||
#define BOARD_PCA10001
|
#define BOARD_PCA10001
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue