Xinlei Cao / MbedSmartRest

Dependents:   MbedSmartRestMain MbedSmartRestMain

Fork of MbedSmartRest by Cumulocity Official

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)
 {
 }