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:
107:fc5f25f0e0d5
Parent:
106:c61f0d62b625
Child:
108:f1ee3e1eb126
--- a/operation/PollThread.cpp	Mon May 11 18:10:44 2015 +0000
+++ b/operation/PollThread.cpp	Wed May 13 12:12:55 2015 +0000
@@ -41,7 +41,6 @@
 void PollThread::threadFunc()
 {
         unsigned short state = 1;
-        aInfo("Poll thread: %p\n", Thread::gettid());
         while (true) {
                 switch (state) {
                 case 1: if (!handshake()) {