Minor temporary patch to allow DFU packet callback

Fork of BLE_API by Bluetooth Low Energy

Revision:
114:f1ede142a78f
Parent:
108:c85ab5f1eca0
Child:
116:ca826083980e
--- a/public/GattServer.h	Thu Aug 28 14:17:34 2014 +0200
+++ b/public/GattServer.h	Thu Aug 28 15:50:29 2014 +0200
@@ -110,6 +110,7 @@
 protected:
     uint8_t serviceCount;
     uint8_t characteristicCount;
+    uint8_t descriptorCount;
 
 private:
     ServerEventCallback_t onDataSent;