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:
179:35e88daf2d75
Parent:
160:24337c83dd1d
Child:
180:eb43d5cd0ed7
--- a/ErrorHandler.cpp	Fri Aug 29 21:41:19 2014 +0000
+++ b/ErrorHandler.cpp	Tue Sep 09 20:41:24 2014 +0000
@@ -72,7 +72,7 @@
  extern void closedown(int code);
  
  // default constructor
- ErrorHandler::ErrorHandler(Serial *pc,LCDCLASS *lcd) {
+ ErrorHandler::ErrorHandler(BufferedSerial *pc,LCDCLASS *lcd) {
      this->m_pc = pc;
      this->m_lcd = lcd;
      this->m_status_lcd = false;