Minor temporary patch to allow DFU packet callback

Fork of BLE_API by Bluetooth Low Energy

Revision:
310:0b79de98eceb
Parent:
309:bc91f7ba346d
Child:
311:11417b970b12
--- a/services/URIBeaconConfigService.h	Mon Mar 09 16:23:55 2015 +0000
+++ b/services/URIBeaconConfigService.h	Mon Mar 09 16:23:55 2015 +0000
@@ -66,14 +66,11 @@
         uint8_t             uriDataLength;
         UriData_t           uriData;
         uint8_t             flags;
-        // Current value of AdvertisedPowerLevels
-        PowerLevels_t       advPowerLevels;
-        // Firmware power levels used with setTxPower()
-        uint8_t             txPowerMode;
+        PowerLevels_t       advPowerLevels; // Current value of AdvertisedPowerLevels
+        uint8_t             txPowerMode;    // Firmware power levels used with setTxPower()
         uint16_t            beaconPeriod;
     };
 
-
     /**
      * @param[ref]    ble
      *                    BLEDevice object for the underlying controller.