Michael Koster / mbedConnectorInterface_custom

Fork of mbedConnectorInterface by Doug Anson

Files at this revision

API Documentation at this revision

Comitter:
ansond
Date:
Mon Feb 02 06:45:37 2015 +0000
Parent:
12:c068a2d3e8fe
Child:
14:5cfaeee144bc
Commit message:
updates

Changed in this revision

api/ConnectorEndpoint.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/api/ConnectorEndpoint.cpp	Mon Feb 02 06:36:58 2015 +0000
+++ b/api/ConnectorEndpoint.cpp	Mon Feb 02 06:45:37 2015 +0000
@@ -55,10 +55,7 @@
 
 // initialize the endpoint
 void Endpoint::initialize()
-{
-    // initialize NSDL
-    nsdl_init();
-    
+{    
     // Create the NSDL Resource Pointer...
     this->logger()->log("Endpoint::initialize(): initializing NSP resource pointer...");
     sn_nsdl_resource_info_s *resource_ptr = (sn_nsdl_resource_info_s*)nsdl_alloc(sizeof(sn_nsdl_resource_info_s));