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: MbedSmartRestMain MbedSmartRestMain
Diff: SmartRest.cpp
- Revision:
- 4:059b8b90e0d9
- Parent:
- 2:45a6e44a4fb4
- Child:
- 5:2b74510900da
diff -r aab51c468511 -r 059b8b90e0d9 SmartRest.cpp
--- a/SmartRest.cpp Mon Jul 07 17:12:59 2014 +0200
+++ b/SmartRest.cpp Wed Jul 09 15:37:19 2014 +0200
@@ -80,7 +80,7 @@
return SMARTREST_INTERNAL_ERROR;
}
-uint8_t SmartRest::bootstrap(DataGenerator& generator)
+uint8_t SmartRest::bootstrap(const DataGenerator& generator)
{
ParsedRecord record;
int8_t ret;

Cumulocity