mbed(SerialHalfDuplex入り)
Fork of mbed by
TARGET_RBLAB_BLENANO/nordic_global.h@98:01a414ca7d6d, 2015-04-08 (annotated)
- Committer:
- yusuke_kyo
- Date:
- Wed Apr 08 08:04:18 2015 +0000
- Revision:
- 98:01a414ca7d6d
- Parent:
- 91:031413cf7a89
remove SerialHalfDuplex.h
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 |