Doug Anson / mbedEndpointNetwork

Dependencies:   libnsdl EthernetInterface mbed-rtos

Dependents:   IoT_LED_demo ServoTest uWater_Project hackathon ... more

Revision:
3:3e1ad8ab5071
Parent:
1:cb681dfa1678
Child:
7:ee88023ff81e
--- a/NSDL/nsdl_support.h	Mon Feb 02 06:37:09 2015 +0000
+++ b/NSDL/nsdl_support.h	Mon Feb 02 07:02:04 2015 +0000
@@ -44,6 +44,7 @@
 extern void NSP_registration();
 extern "C" void register_endpoint(bool init);
 extern void registration_update_thread(void const *args);
+extern "C" void nsdl_set_nsp_address(void);
 
 #include "EthernetInterface.h"
 #include "UDPSocket.h"