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.
Diff: source/utils/ble_payload.cpp
- Branch:
- bed4500cab5495f8a51c500abea9bb3973237ff4
- Revision:
- 299:1c123f1c42ef
- Parent:
- 280:fbee0e3444be
--- a/source/utils/ble_payload.cpp Thu Sep 15 10:52:06 2016 +0100
+++ b/source/utils/ble_payload.cpp Thu Sep 15 10:52:07 2016 +0100
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include <Payload.h>
+#include <ble_payload.h>
Payload::Payload() {
stringLength = 0;
@@ -115,4 +115,3 @@
}
}
-