Doug Anson / mbedEndpointNetwork

Dependencies:   libnsdl EthernetInterface mbed-rtos

Dependents:   IoT_LED_demo ServoTest uWater_Project hackathon ... more

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__