endpoint C207 radio support

Dependents:   mbed_mqtt_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_cellular

Revision:
22:dca1bfab3021
Parent:
19:0fcc7e5ff8a6
Child:
23:a12a6b3910a9
--- a/MBEDUbloxGPS.cpp	Tue Jul 29 19:35:20 2014 +0000
+++ b/MBEDUbloxGPS.cpp	Fri Sep 12 21:11:16 2014 +0000
@@ -31,7 +31,7 @@
  static void read_gps(void const *args) {
     while (_ublox_gps_loop == true && _ublox_gps_instance != NULL) {
         _ublox_gps_instance->update();
-        wait_ms(UBLOX_GPS_POLL_MS);
+        Thread::wait(UBLOX_GPS_POLL_MS);
     }
     if (_ublox_gps_instance != NULL) _ublox_gps_instance->logger()->log("GPS update thread stopping...");
  }