portable version of the cumulocity demo

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Cumulocity Official

Revision:
49:ac0ba9d54ebc
Parent:
47:89ae46d5c466
diff -r d5e21301543e -r ac0ba9d54ebc GPSTracker.cpp
--- 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();
 }