Own fork of MbedSmartRestMain

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Cumulocity Official

Revision:
98:e369fc75c000
Parent:
95:5dfdc8568e9f
Child:
99:47ea098f8a47
--- a/measurement/LocationUpdate.h	Mon Apr 27 13:30:21 2015 +0000
+++ b/measurement/LocationUpdate.h	Thu May 07 09:57:55 2015 +0000
@@ -9,7 +9,7 @@
 class LocationUpdate
 {
 public:
-    LocationUpdate(AbstractSmartRest&, SmartRestTemplate&, long&, GPSI2C&, DeviceInfo&);
+    LocationUpdate(AbstractSmartRest&, SmartRestTemplate&, long&, DeviceInfo&);
     
     bool init();
     bool run();