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:
49:ac0ba9d54ebc
Parent:
47:89ae46d5c466
Child:
60:3c822f97fc73
--- a/GPSTracker.cpp	Fri Jul 25 20:16:32 2014 +0000
+++ b/GPSTracker.cpp	Mon Jul 28 11:49:42 2014 +0000
@@ -69,7 +69,6 @@
 void GPSTracker::thread_func(void const *arg)
 {
     GPSTracker *that;
-    return;
     that = (GPSTracker*)arg;
     that->thread();
 }