Minor temporary patch to allow DFU packet callback

Fork of BLE_API by Bluetooth Low Energy

Revision:
260:ea7f9f14cc15
Parent:
259:a95264ad705c
Child:
261:b275bfc773b9
--- a/public/BLEDevice.h	Wed Jan 21 09:32:48 2015 +0000
+++ b/public/BLEDevice.h	Wed Jan 21 09:32:49 2015 +0000
@@ -228,7 +228,7 @@
      *
      * @Note: it is possible to chain together multiple onDataSent callbacks
      * (potentially from different modules of an application) to receive updates
-     * to characteristics. 
+     * to characteristics.
      *
      * @Note: it is also possible to setup a callback into a member function of
      * some object.