blecommon.h should not be defining Nordic specific pre-processor defines.

This commit is contained in:
Rohit Grover 2015-03-05 17:05:47 +00:00
parent 22243be750
commit 1466dddda9

View file

@ -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