my fork

Dependents:   Nucleo_blueNRG

Fork of mbed by mbed official

Committer:
Kojto
Date:
Wed Oct 29 11:02:04 2014 +0000
Revision:
91:031413cf7a89
Release 91 of the mbed library

Changes:

- RBLAB_NANO - new target addition
- NRF51_DK - new target addition
- NRF51_DONGLE - new target addition

Who changed what in which revision?

UserRevisionLine numberNew 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