observe fixes

Dependencies:   nsdl_lib Nanostack_lib

Fork of mbedEndpointNetwork by Michael Koster

Revision:
4:2c8eeaf31699
Parent:
0:2a5a48a8b4d4
Child:
7:0e80a25afabc
--- a/NSDL/nsdl_support.h	Tue Feb 03 05:16:21 2015 +0000
+++ b/NSDL/nsdl_support.h	Fri Feb 06 04:35:38 2015 +0000
@@ -39,7 +39,7 @@
 extern void nsdl_run();
 extern void nsdl_reg_update();
 void NSP_registration();
-
-extern "C" void configure_endpoint();
+extern "C" void nsdl_set_nsp_address(void);
+extern void utils_configure_endpoint(void);
 
 #endif // NSDL_SUPPORT_H