Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BLE_API by
Revision 403:f24e0ea73138, committed 2015-05-21
- Comitter:
- finneyj
- Date:
- Thu May 21 09:34:46 2015 +0000
- Parent:
- 341:8a104d9d80c1
- Commit message:
- Disabled autogenerated DFU Service
Changed in this revision
common/BLEDevice.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 8a104d9d80c1 -r f24e0ea73138 common/BLEDevice.cpp --- a/common/BLEDevice.cpp Wed Apr 15 09:05:11 2015 +0100 +++ b/common/BLEDevice.cpp Thu May 21 09:34:46 2015 +0000 @@ -31,7 +31,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;