Lightly modified version of the BLE stack, that doesn't bring up a DFUService by default... as we have our own.
Fork of BLE_API by
Diff: common/blecommon.h
- Revision:
- 308:bc040f8592b7
- Parent:
- 260:ea7f9f14cc15
- Child:
- 348:d5ad8959683f
diff -r ecbc3405c66e -r bc040f8592b7 common/blecommon.h --- 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