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:
165:cee5b7891267
Parent:
164:668091e06c09
Child:
166:8e63cd2c003a
--- a/main.cpp	Thu Jul 03 17:22:36 2014 +0000
+++ b/main.cpp	Thu Jul 03 18:00:16 2014 +0000
@@ -23,8 +23,6 @@
  
  #ifdef CELLULAR_NETWORK
     // MDMSerial 
-    #include "mbed.h"
-    #include "rtos.h"
     #include "MDM.h"
     
     // GPSParser
@@ -135,7 +133,7 @@
 #endif
     error_handler = new ErrorHandler(&pc,&lcd);
 #ifdef CELLULAR_NETWORK
-    MDMRtos<MDMSerial> modem; 
+    MDMSerial modem;
     endpoint = new MBEDEndpoint(error_handler,&modem,NULL);
 #else
     endpoint = new MBEDEndpoint(error_handler,&ethernet,NULL);