ublox-at-cellular-interface-ext

Dependencies:   ublox-at-cellular-interface

Revision:
36:6a6ee1adff84
Parent:
34:4f08b9dd8d03
--- a/TESTS/unit_tests/ftp/main.cpp	Fri Jan 03 15:46:29 2020 +0500
+++ b/TESTS/unit_tests/ftp/main.cpp	Mon Jan 06 14:43:04 2020 +0500
@@ -220,7 +220,7 @@
             TEST_ASSERT(pDriver->set_mno_profile(UbloxATCellularInterface::STANDARD_EU));
             TEST_ASSERT(pDriver->reboot_modem());
             tr_debug("Reboot successful\n");
-            wait_ms(5000);
+            ThisThread::sleep_for(5000);
         }
     }
     TEST_ASSERT(pDriver->init(MBED_CONF_APP_DEFAULT_PIN));
@@ -500,7 +500,7 @@
     TEST_ASSERT(pDriver->disconnect() == 0);
 
     // Wait for printfs to leave the building or the test result string gets messed up
-    wait_ms(500);
+    ThisThread::sleep_for(500);
 }
 
 // ----------------------------------------------------------------