123

Revision:
7:9571227876ee
Parent:
6:1ce536bf461b
--- a/MQTTClient.cpp	Fri Jun 05 15:46:10 2020 +0000
+++ b/MQTTClient.cpp	Mon Jun 06 16:36:45 2022 +0000
@@ -468,7 +468,7 @@
 #if MBED_MAJOR_VERSION == 2
     wait_ms(50);
 #else
-    thread_sleep_for(50);
+    wait_us(50000);
 #endif
     
     return result;