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:
135:c4009ecaf5c0
Parent:
99:e369fc75c000
--- a/util/lex.h	Fri Aug 07 12:55:27 2015 +0000
+++ b/util/lex.h	Mon Aug 10 14:18:05 2015 +0000
@@ -4,7 +4,7 @@
 
 struct Token
 {
-        enum TokType { 
+        enum TokType {
                 INT, FLOAT, STRING,
                 ASSIGN, SEMICOLON,
                 NONE, ERROR