BLE_API_Tiny_BLE

Dependents:   CSSE4011_BLE_IMU

Fork of BLE_API by Bluetooth Low Energy

Revision:
264:eea11cfb6753
Parent:
260:ea7f9f14cc15
Child:
265:a0504765a357
diff -r 73847e8b6025 -r eea11cfb6753 public/GattCharacteristic.h
--- a/public/GattCharacteristic.h	Wed Jan 21 09:32:50 2015 +0000
+++ b/public/GattCharacteristic.h	Wed Jan 21 09:32:50 2015 +0000
@@ -18,7 +18,7 @@
 #define __GATT_CHARACTERISTIC_H__
 
 #include "GattAttribute.h"
-#include "GattCharacteristicWriteCBParams.h"
+#include "GattCharacteristicCallbackParams.h"
 #include "FunctionPointerWithContext.h"
 
 class GattCharacteristic {