123

Revision:
19:543c2d21e510
Parent:
18:8d5738a6646e
--- a/DhcpClient.cpp	Thu Jul 23 15:30:54 2020 +0000
+++ b/DhcpClient.cpp	Mon Jun 06 16:36:52 2022 +0000
@@ -322,7 +322,7 @@
 #if MBED_MAJOR_VERSION == 2
         wait_ms(50);
 #else
-        thread_sleep_for(50);
+        wait_us(50000);
 #endif
     }