High level Bluetooth Low Energy API and radio abstraction layer

Dependencies:   nRF51822

Dependents:   LinkNode_LIS3DH

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
rgrover1
Date:
Mon Mar 09 16:23:54 2015 +0000
Parent:
307:ecbc3405c66e
Child:
309:bc91f7ba346d
Commit message:
Synchronized with git rev 1466dddd
Author: Rohit Grover
blecommon.h should not be defining Nordic specific pre-processor defines.

Changed in this revision

common/blecommon.h Show annotated file Show diff for this revision Revisions of this file
--- a/common/blecommon.h	Mon Mar 02 11:50:49 2015 +0000
+++ b/common/blecommon.h	Mon Mar 09 16:23:54 2015 +0000
@@ -17,11 +17,6 @@
 #ifndef __BLE_COMMON_H__
 #define __BLE_COMMON_H__
 
-#define NRF51
-#define DEBUG_NRF_USER
-#define BLE_STACK_SUPPORT_REQD
-#define BOARD_PCA10001
-
 #ifdef __cplusplus
 extern "C" {
 #endif