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:
- 7:ee88023ff81e
- Parent:
- 3:3e1ad8ab5071
- Child:
- 13:8d864e72cc68
diff -r c8ac3efd53cf -r ee88023ff81e NSDL/nsdl_support.h --- a/NSDL/nsdl_support.h Fri Feb 06 04:18:08 2015 +0000 +++ b/NSDL/nsdl_support.h Fri Feb 06 04:48:29 2015 +0000 @@ -46,10 +46,4 @@ extern void registration_update_thread(void const *args); extern "C" void nsdl_set_nsp_address(void); -#include "EthernetInterface.h" -#include "UDPSocket.h" -#include "Endpoint.h" - -extern EthernetInterface ethernet; - #endif // __NSDL_SUPPORT_H__
