Minor temporary patch to allow DFU packet callback

Fork of BLE_API by Bluetooth Low Energy

Revision:
267:ad6f6f40eb24
Parent:
264:eea11cfb6753
Child:
292:b5ee2ada4f33
--- a/public/GattServer.h	Wed Jan 21 09:32:51 2015 +0000
+++ b/public/GattServer.h	Wed Jan 21 09:32:51 2015 +0000
@@ -91,6 +91,8 @@
                     onConfirmationReceived(charHandle);
                 }
                 break;
+            default:
+                break;
         }
     }