endpoint C207 radio support

Dependents:   mbed_mqtt_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_cellular

Revision:
23:a12a6b3910a9
Parent:
20:9572d860cb54
diff -r dca1bfab3021 -r a12a6b3910a9 MBEDUbloxCellRadio.cpp
--- a/MBEDUbloxCellRadio.cpp	Fri Sep 12 21:11:16 2014 +0000
+++ b/MBEDUbloxCellRadio.cpp	Fri Sep 26 05:22:50 2014 +0000
@@ -23,7 +23,7 @@
  #include "MBEDEndpoint.h"
   
  // default constructor
- MBEDUbloxCellRadio::MBEDUbloxCellRadio(ErrorHandler *error_handler,void *endpoint,void *modem) : BaseClass(error_handler,endpoint) {
+ MBEDUbloxCellRadio::MBEDUbloxCellRadio(Logger *error_handler,void *endpoint,void *modem) : BaseClass(error_handler,endpoint) {
  #ifdef NSP_CELLULAR_NETWORK
      this->m_modem = (MDMRtos<MDMSerial> *)modem;
  #else