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_IDB0XA1_EPUDEE_Avril2018
Fork of X_NUCLEO_IDB0XA1 by
Revision 299:1c123f1c42ef, committed 2016-09-15
- Comitter:
- Vincent Coubard
- Date:
- Thu Sep 15 10:52:07 2016 +0100
- Branch:
- bed4500cab5495f8a51c500abea9bb3973237ff4
- Parent:
- 298:a16d2170c282
- Child:
- 300:85b12e23a7ba
- Commit message:
- Sync with bed4500cab5495f8a51c500abea9bb3973237ff4
2016-07-28 16:17:32+02:00: Andrea Palmieri
Update include
Signed-off-by: Andrea Palmieri <andrea.palmieri@st.com>
Changed in this revision
| source/utils/ble_payload.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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 @@
}
}
-
