endpoint C207 radio support

Dependents:   mbed_mqtt_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_cellular

Revision:
23:a12a6b3910a9
Parent:
22:dca1bfab3021
--- a/MBEDUbloxGPS.cpp	Fri Sep 12 21:11:16 2014 +0000
+++ b/MBEDUbloxGPS.cpp	Fri Sep 26 05:22:50 2014 +0000
@@ -38,7 +38,7 @@
  #endif
  
  // default constructor
- MBEDUbloxGPS::MBEDUbloxGPS(ErrorHandler *error_handler, void *endpoint,void *gps) : BaseClass(error_handler,endpoint) {
+ MBEDUbloxGPS::MBEDUbloxGPS(Logger *error_handler, void *endpoint,void *gps) : BaseClass(error_handler,endpoint) {
  #ifdef ENABLE_THREADS
      this->m_gps_poll_thread = NULL;
  #endif