endpoint C207 radio support

Dependents:   mbed_mqtt_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_cellular

Revision:
15:10c06c3edfc7
Parent:
12:29ff8e9e0cbe
Child:
16:19f597d8048f
--- a/MBEDUbloxGPS.cpp	Thu Apr 03 00:50:53 2014 +0000
+++ b/MBEDUbloxGPS.cpp	Thu Apr 03 01:55:08 2014 +0000
@@ -99,7 +99,7 @@
  // start the update thread and connect
  bool MBEDUbloxGPS::connect() {
      if (this->m_gps_poll_thread == NULL) {
-          this->logger()->log("starting GPS update thread...");
+          //this->logger()->log("starting GPS update thread...");
           //this->m_gps_poll_thread = new Thread(read_gps);
      }
      return true;