Test code for Grove Node BLE

Dependencies:   BLE_API nRF51822

Fork of BLE_LoopbackUART by Bluetooth Low Energy

mbed-src/targets/cmsis/TARGET_NORDIC/TARGET_MCU_NRF51822/nordic_global.h

Committer:
yihui
Date:
2014-11-27
Revision:
10:22480ac31879
Parent:
9:05f0b5a3a70a

File content as of revision 10:22480ac31879:

#ifndef _NORDIC_GLOBAL_H_
#define _NORDIC_GLOBAL_H_

/* There are no global defines in mbed, so we need to define */
/* mandatory conditional compilation flags here              */
//#define NRF51
#ifndef	DEBUG_NRF_USER
#define DEBUG_NRF_USER
#endif
#ifndef	BLE_STACK_SUPPORT_REQD
#define BLE_STACK_SUPPORT_REQD
#endif
#ifndef	BOARD_PCA10001
#define BOARD_PCA10001
#endif

#endif