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

Files at this revision

API Documentation at this revision

Comitter:
bogdanm
Date:
Tue Oct 15 12:43:59 2013 +0000
Parent:
6:1caf76131c9a
Child:
8:76bbf3374796
Commit message:
Fixed guards in headers.

Changed in this revision

sn_coap_header.h Show annotated file Show diff for this revision Revisions of this file
sn_nsdl_lib.h Show annotated file Show diff for this revision Revisions of this file
--- a/sn_coap_header.h	Mon Oct 14 14:28:21 2013 +0300
+++ b/sn_coap_header.h	Tue Oct 15 12:43:59 2013 +0000
@@ -267,8 +267,8 @@
  */
 extern void 		  sn_coap_packet_debug(sn_coap_hdr_s *coap_packet_ptr);
 
-#endif /* SN_COAP_HEADER_H_ */
-
 #ifdef __cplusplus
 }
 #endif
+
+#endif /* SN_COAP_HEADER_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