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:
131:c1ecc5fcf3c6
Parent:
130:630d05daed77
Child:
159:329e3271c87e
--- a/ErrorHandler.h	Wed Mar 26 21:24:19 2014 +0000
+++ b/ErrorHandler.h	Thu Mar 27 00:57:50 2014 +0000
@@ -27,6 +27,7 @@
 
 // LCD Support
 #ifdef _ENDPOINT_UBLOX_PLATFORM
+    #include "C027.h"
     #include "C12832.h"    
     #define LCDCLASS     C12832
 #endif