Minor temporary patch to allow DFU packet callback

Fork of BLE_API by Bluetooth Low Energy

Revision:
264:eea11cfb6753
Parent:
263:73847e8b6025
Child:
267:ad6f6f40eb24
--- a/public/GattServer.h	Wed Jan 21 09:32:50 2015 +0000
+++ b/public/GattServer.h	Wed Jan 21 09:32:50 2015 +0000
@@ -19,7 +19,7 @@
 
 #include "GattService.h"
 #include "GattServerEvents.h"
-#include "GattCharacteristicWriteCBParams.h"
+#include "GattCharacteristicCallbackParams.h"
 #include "CallChainOfFunctionPointersWithContext.h"
 
 class GattServer {