Own fork of MbedSmartRest

Dependents:   MbedSmartRestMain MbedSmartRestMain

Fork of MbedSmartRest by Cumulocity Official

Revision:
23:0529d6779ab1
Parent:
21:207549b3711e
--- a/SmartRest.h	Mon Apr 27 10:50:03 2015 +0000
+++ b/SmartRest.h	Mon Apr 27 13:02:37 2015 +0000
@@ -54,8 +54,8 @@
 		 * @param client the abstract client to use
 		 * @param identifier the device identifier
 		 */
-		SmartRest(MDMSerial& mdm, uint8_t tries= MBEDSMARTREST_TRIES):
-		_source(NULL), _client(mdm, tries) {
+		SmartRest(uint8_t tries= MBEDSMARTREST_TRIES):
+		_source(NULL), _client(tries) {
 			_mogid[0] = 0;
 		}