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:
Fri Jun 19 15:52:03 2015 +0100
Parent:
502:557c4a9276ae
Child:
504:817c6240e9d9
Commit message:
Synchronized with git rev d2501918
Author: Rohit Grover
remove extraneous header include.

Changed in this revision

public/GattClient.h Show annotated file Show diff for this revision Revisions of this file
--- a/public/GattClient.h	Fri Jun 19 15:52:03 2015 +0100
+++ b/public/GattClient.h	Fri Jun 19 15:52:03 2015 +0100
@@ -17,7 +17,6 @@
 #ifndef __GATT_CLIENT_H__
 #define __GATT_CLIENT_H__
 
-#include "blecommon.h"
 #include "Gap.h"
 #include "GattAttribute.h"
 #include "ServiceDiscovery.h"