High level Bluetooth Low Energy API and radio abstraction layer

Dependencies:   nRF51822

Dependents:   LinkNode_LIS3DH

Fork of BLE_API by Bluetooth Low Energy

Revision:
511:9f5046c0f741
Parent:
510:39612adfbf68
Child:
514:1fa338281798
--- a/public/GattCharacteristic.h	Fri Jun 19 15:52:04 2015 +0100
+++ b/public/GattCharacteristic.h	Fri Jun 19 15:52:04 2015 +0100
@@ -19,7 +19,7 @@
 
 #include "Gap.h"
 #include "GattAttribute.h"
-#include "GattCharacteristicCallbackParams.h"
+#include "GattCallbackParamTypes.h"
 #include "FunctionPointerWithContext.h"
 
 class GattCharacteristic {