123

Files at this revision

API Documentation at this revision

Comitter:
advxolltm
Date:
Mon Jun 06 16:36:45 2022 +0000
Parent:
6:1ce536bf461b
Commit message:
123;

Changed in this revision

MQTTClient.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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;