Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BLE_API by
Revision 309:bc040f8592b7, committed 2015-03-09
- Comitter:
- rgrover1
- Date:
- Mon Mar 09 16:23:54 2015 +0000
- Parent:
- 308:ecbc3405c66e
- Child:
- 310: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
