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:
139:89cd0657b3c3
Parent:
138:19502bc20369
Child:
147:f370b21f696e
--- a/main.cpp	Mon Mar 31 18:47:11 2014 +0000
+++ b/main.cpp	Mon Mar 31 18:54:18 2014 +0000
@@ -23,6 +23,7 @@
  
  #ifndef CELLULAR_NETWORK
     // Ethernet Interface
+    #include "EthernetInterface.h"
     EthernetInterface ethernet;
  #endif