my fork
Fork of mbed by
TARGET_RBLAB_BLENANO/nordic_global.h@97:4298809c7c9e, 2015-04-08 (annotated)
- Committer:
- filartrix
- Date:
- Wed Apr 08 14:12:53 2015 +0000
- Revision:
- 97:4298809c7c9e
- Parent:
- 91:031413cf7a89
First reale BlueNRG module for nucleo 401 board
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Kojto | 91:031413cf7a89 | 1 | #ifndef _NORDIC_GLOBAL_H_ |
Kojto | 91:031413cf7a89 | 2 | #define _NORDIC_GLOBAL_H_ |
Kojto | 91:031413cf7a89 | 3 | |
Kojto | 91:031413cf7a89 | 4 | /* There are no global defines in mbed, so we need to define */ |
Kojto | 91:031413cf7a89 | 5 | /* mandatory conditional compilation flags here */ |
Kojto | 91:031413cf7a89 | 6 | //#define NRF51 |
Kojto | 91:031413cf7a89 | 7 | #ifndef DEBUG_NRF_USER |
Kojto | 91:031413cf7a89 | 8 | #define DEBUG_NRF_USER |
Kojto | 91:031413cf7a89 | 9 | #endif |
Kojto | 91:031413cf7a89 | 10 | #ifndef BLE_STACK_SUPPORT_REQD |
Kojto | 91:031413cf7a89 | 11 | #define BLE_STACK_SUPPORT_REQD |
Kojto | 91:031413cf7a89 | 12 | #endif |
Kojto | 91:031413cf7a89 | 13 | #ifndef BOARD_PCA10001 |
Kojto | 91:031413cf7a89 | 14 | #define BOARD_PCA10001 |
Kojto | 91:031413cf7a89 | 15 | #endif |
Kojto | 91:031413cf7a89 | 16 | |
Kojto | 91:031413cf7a89 | 17 | #endif |