Own fork of MbedSmartRestMain
Dependencies: C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed
Fork of MbedSmartRestMain by
Diff: main.cpp
- 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; }