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.
Dependents: BLE_HeartRate_IDB04A1
Fork of BLE_API by
Diff: source/BLE.cpp
- Revision:
- 732:916f36dd93f8
- Parent:
- 712:b04b5db36865
- Child:
- 807:d119f9333581
diff -r 401c2bc0c72f -r 916f36dd93f8 source/BLE.cpp --- a/source/BLE.cpp Mon Jul 06 10:10:34 2015 +0100 +++ b/source/BLE.cpp Mon Jul 06 10:10:35 2015 +0100 @@ -17,7 +17,7 @@ #include "ble/BLE.h" #if defined(TARGET_OTA_ENABLED) -#include "DFUService.h" +#include "ble/services/DFUService.h" #endif ble_error_t
