mqtt specific components for the impact mbed endpoint library

Dependents:   mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_mqtt_endpoint_nxp

Revision:
52:8b95544920af
Parent:
51:15c81f725ba2
Child:
53:74816856d11b
--- a/MBEDEndpoint.cpp	Thu Aug 28 20:56:49 2014 +0000
+++ b/MBEDEndpoint.cpp	Fri Sep 12 20:44:42 2014 +0000
@@ -470,7 +470,7 @@
      while(true) {
          // sleep a bit
          //this->logger()->log("Sleeping for a bit...");
-         wait_ms(MAIN_LOOP_SLEEP);
+         Thread::wait(MAIN_LOOP_SLEEP);
          
          // check for events 
          //this->logger()->log("Processing Events...");