Core Base Classes for the Light Endpoints

Dependencies:   BufferedSerial

Dependents:   mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_ethernet ... more

Revision:
124:6e9d10b1277a
Parent:
119:c620eb98af8b
Child:
130:630d05daed77
--- a/main.cpp	Thu Mar 20 20:00:31 2014 +0000
+++ b/main.cpp	Fri Mar 21 03:18:46 2014 +0000
@@ -95,6 +95,5 @@
 #endif
     error_handler = new ErrorHandler(&pc,&lcd);
     endpoint = new MBEDEndpoint(error_handler,&ethernet);
-    error_handler->setEndpoint((void *)endpoint);
     if (endpoint != NULL) endpoint->run();
  }