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.
Fork of mbedConnectorInterface by
Revision 13:b0b2f1ae4c30, committed 2015-02-02
- 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));
