Official reference client implementation for Cumulocity SmartREST on u-blox C027.

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Vincent Wochnik

Revision:
108:f1ee3e1eb126
Parent:
107:fc5f25f0e0d5
Child:
110:b7a403dbceb6
--- a/operation/OperationSupport.cpp	Wed May 13 12:12:55 2015 +0000
+++ b/operation/OperationSupport.cpp	Wed May 13 13:03:20 2015 +0000
@@ -83,7 +83,7 @@
         }
         if (i >= N)
                 aWarning("Over %u pending operations.\n", N);
-        ControlParser cp(opool, conf);
+        ControlParser cp(opool);
         bool flag = true;
         l = 0;
         for (size_t j = 0; j < i; ++j) {