endpoint C207 radio support

Dependents:   mbed_mqtt_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_cellular

Revision:
17:c48b03c386fb
Parent:
16:19f597d8048f
Child:
20:9572d860cb54
--- a/MBEDUbloxGPS.h	Mon Jun 30 22:17:48 2014 +0000
+++ b/MBEDUbloxGPS.h	Tue Jul 01 17:12:32 2014 +0000
@@ -28,7 +28,9 @@
  class MBEDUbloxGPS : public BaseClass {
      private: 
         GPSParser    *m_gps;
+ #ifdef ENABLE_THREADS
         Thread       *m_gps_poll_thread;
+ #endif
         float         m_latitude;
         float         m_longitude;