Lancaster University's fork of the mbed BLE API. Lives on github, https://github.com/lancaster-university/BLE_API
Dependents: microbit-dal microbit-dal microbit-ble-open microbit-dal ... more
Fork of BLE_API by
Diff: source/BLE.cpp
- Revision:
- 1135:0f5db03e0325
- Parent:
- 1131:73c11a85c6d6
- Child:
- 1137:290d499dd0e8
--- a/source/BLE.cpp Wed Apr 06 18:40:30 2016 +0100 +++ b/source/BLE.cpp Wed Apr 06 18:40:31 2016 +0100 @@ -32,7 +32,7 @@ /* Platforms enabled for DFU should introduce the DFU Service into * applications automatically. */ #if defined(TARGET_OTA_ENABLED) - static DFUService dfu(*this); // defined static so that the object remains alive + //static DFUService dfu(*this); // defined static so that the object remains alive #endif // TARGET_OTA_ENABLED return BLE_ERROR_NONE;