endpoint C207 radio support

Dependents:   mbed_mqtt_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_cellular

Revision:
12:29ff8e9e0cbe
Parent:
11:9f031bd67811
Child:
13:28340983102c
--- a/MBEDUbloxCellRadio.cpp	Wed Apr 02 16:08:40 2014 +0000
+++ b/MBEDUbloxCellRadio.cpp	Wed Apr 02 18:16:03 2014 +0000
@@ -37,6 +37,7 @@
  bool MBEDUbloxCellRadio::connect() {
      if (this->m_connected == false) {
         this->logger()->log("applying modem power...");
+        this->m_c027->mdmUsbEnable(true);
         this->m_c027->mdmPower(true);
         this->logger()->log("resetting modem...");
         this->m_c027->mdmReset();