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
Fork of MbedSmartRest by
Diff: MbedSmartRest.cpp
- Revision:
- 21:207549b3711e
- Parent:
- 20:505d29d5bdfc
--- a/MbedSmartRest.cpp Mon Apr 13 14:24:44 2015 +0000
+++ b/MbedSmartRest.cpp Mon Apr 20 15:03:44 2015 +0000
@@ -26,10 +26,10 @@
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
- #include "MbedSmartRest.h"
+#include "MbedSmartRest.h"
MbedSmartRest::MbedSmartRest(MDMSerial& mdm, uint8_t tries) :
- SmartRest(_client),
+ SmartRest(mdm, tries),
_client(mdm, tries)
{
}
