BLE_API_Tiny_BLE

Dependents:   CSSE4011_BLE_IMU

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
rgrover1
Date:
Wed Jan 21 09:32:52 2015 +0000
Parent:
269:d818d11dca4e
Child:
271:7f2465b7978e
Commit message:
Synchronized with git rev 06fe64b0
Author: Rohit Grover
remove calls to virtual methods from the constructor.

Changed in this revision

services/URIBeaconConfigService.h Show annotated file Show diff for this revision Revisions of this file
--- a/services/URIBeaconConfigService.h	Wed Jan 21 09:32:52 2015 +0000
+++ b/services/URIBeaconConfigService.h	Wed Jan 21 09:32:52 2015 +0000
@@ -126,10 +126,6 @@
 
         ble.addService(beaconControlService);
         ble.onDataWritten(this, &URIBeaconConfigService::onDataWritten);
-
-        if (storage_haveSavedLockBits()) {
-            storage_loadLockBits();
-        }
     }
 
     bool configuredSuccessfully(void) const {