MBED NanoService Lighting Endpoint for NXP Ublox (cellular enabled)

Dependencies:   C027_Support C12832 StatusReporter LM75B c027_radios endpoint_core endpoint_nsp nsp_resources mbed mbed-rtos

Files at this revision

API Documentation at this revision

Comitter:
ansond
Date:
Fri Mar 21 03:18:57 2014 +0000
Parent:
138:6df19390e00c
Child:
140:34bc06b63e52
Commit message:
updates

Changed in this revision

MBEDEndpoint.cpp Show annotated file Show diff for this revision Revisions of this file
endpoint_core.lib Show annotated file Show diff for this revision Revisions of this file
--- a/MBEDEndpoint.cpp	Thu Mar 20 20:01:16 2014 +0000
+++ b/MBEDEndpoint.cpp	Fri Mar 21 03:18:57 2014 +0000
@@ -40,6 +40,7 @@
      memset(this->m_nsp_address,0,PREFERENCE_VALUE_LEN+1);
      for(int i=0;i<NUM_TRANSPORTS;++i) this->m_transports[i] = NULL;
      this->m_error_handler = error_handler;
+     this->m_error_handler->setEndpoint((void *)this);
      if (success) this->initPreferences();
      if (success) this->initEndpointName();
      if (success) this->logger()->turnLEDBlue();
--- a/endpoint_core.lib	Thu Mar 20 20:01:16 2014 +0000
+++ b/endpoint_core.lib	Fri Mar 21 03:18:57 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/ansond/code/endpoint_core/#b0d950f80ed9
+http://mbed.org/users/ansond/code/endpoint_core/#6e9d10b1277a