Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 7:9571227876ee, committed 2022-06-06
- 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;