We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b70215 commit 2ec518aCopy full SHA for 2ec518a
libraries/mbed/targets/cmsis/TARGET_NORDIC/TARGET_NRF51822/nordic_global.h
@@ -4,8 +4,14 @@
4
/* There are no global defines in mbed, so we need to define */
5
/* mandatory conditional compilation flags here */
6
//#define NRF51
7
+#ifndef DEBUG_NRF_USER
8
#define DEBUG_NRF_USER
9
+#endif
10
+#ifndef BLE_STACK_SUPPORT_REQD
11
#define BLE_STACK_SUPPORT_REQD
12
13
+#ifndef BOARD_PCA10001
14
#define BOARD_PCA10001
15
16
17
#endif
0 commit comments