NSDL C library

Dependents:   NSDL_HelloWorld_WiFi UbloxModemNanoServiceClient IOT-NSDL_HelloWorld LWM2M_NanoService_Ethernet ... more

Fork of nsdl_lib by Tero Heinonen

Note that use of this software requires acceptance of the Sensinode EULA: http://mbed.org/teams/Sensinode/code/nsdl_lib/wiki/EULA

Revision:
7:050d0f54a0dc
Parent:
6:1caf76131c9a
diff -r 1caf76131c9a -r 050d0f54a0dc sn_nsdl_lib.h
--- a/sn_nsdl_lib.h	Mon Oct 14 14:28:21 2013 +0300
+++ b/sn_nsdl_lib.h	Tue Oct 15 12:43:59 2013 +0000
@@ -8,6 +8,9 @@
  *
  */
 
+#ifndef SN_NSDL_LIB_H_
+#define SN_NSDL_LIB_H_
+
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -428,3 +431,5 @@
 #ifdef __cplusplus
 }
 #endif
+
+#endif // SN_NSDL_LIB_H_
\ No newline at end of file