Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: libnsdl EthernetInterface mbed-rtos
Dependents: IoT_LED_demo ServoTest uWater_Project hackathon ... more
Diff: NSDL/nsdl_support.h
- 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"
