Vincent Wochnik / Mbed 2 deprecated MbedSmartRestMain

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

Fork of MbedSmartRestTest by Vincent Wochnik

Revision:
12:beb64aa0da86
Parent:
7:f77afd49c35d
Child:
17:877a9a3148a4
diff -r 6f8f70a6dd46 -r beb64aa0da86 common.h
--- a/common.h	Wed Feb 12 13:40:16 2014 +0000
+++ b/common.h	Fri Feb 14 12:28:41 2014 +0000
@@ -1,3 +1,6 @@
+#ifndef COMMON_H
+#define COMMON_H
+
 #include <stdint.h>
 #include <stddef.h>
 #include "mbed.h"
@@ -21,4 +24,6 @@
 const char * cellId();
 const char * iccid();
 sigq_t * signalQuality();
-int program(void);
\ No newline at end of file
+int program(void);
+
+#endif
\ No newline at end of file