123
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 |
diff -r 1ce536bf461b -r 9571227876ee MQTTClient.cpp --- 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;