Ethernet-based network support for mbedConnectorInterface.

Dependencies:   libnsdl EthernetInterface mbed-rtos

Dependents:   IoT_LED_demo ServoTest uWater_Project hackathon ... more

Files at this revision

API Documentation at this revision

Comitter:
ansond
Date:
Thu Apr 09 03:03:25 2015 +0000
Parent:
13:8d864e72cc68
Child:
15:dace8614ff9e
Commit message:
updates

Changed in this revision

NSDL/nsdl_support.h Show annotated file Show diff for this revision Revisions of this file
--- a/NSDL/nsdl_support.h	Thu Apr 09 03:00:47 2015 +0000
+++ b/NSDL/nsdl_support.h	Thu Apr 09 03:03:25 2015 +0000
@@ -21,7 +21,6 @@
 extern int nsp_port;                                        // our MDS UDP port number
 extern uint8_t ep_type[NSP_ENDPOINT_TYPE_LENGTH];           // our NODE type
 extern uint8_t lifetime_ptr[NSP_LIFE_TIME_LENGTH];          // MDS lifetime
-extern bool    endpoint_registered;                         // endpoint has been registered
 
 // ************************* MDS CONFIGURATION *********************************