SmartREST client reference implementation for the u-blox C027 mbed compatible device.

Dependencies:   C027 C027_Support mbed mbed-rtos MbedSmartRest LM75B MMA7660 C12832

Fork of MbedSmartRestTest by Vincent Wochnik

Revision:
13:4045b6ac448d
Parent:
12:beb64aa0da86
Child:
15:0ccf0f530a05
--- a/main.cpp	Fri Feb 14 12:28:41 2014 +0000
+++ b/main.cpp	Sun Feb 16 17:44:15 2014 +0000
@@ -26,7 +26,7 @@
     }
     
     // get before starting program as they're permanent
-    if (!strlen(imei())) || (!strlen(iccid()))) {
+    if ((!strlen(imei())) || (!strlen(iccid()))) {
         puts("Couldn't read IMEI or ICCID.");
         return 2;
     }