ublox-at-cellular-interface-ext

Dependencies:   ublox-at-cellular-interface

Revision:
36:6a6ee1adff84
Parent:
11:3631f62bb359
--- a/TESTS/unit_tests/cell-locate/main.cpp	Fri Jan 03 15:46:29 2020 +0500
+++ b/TESTS/unit_tests/cell-locate/main.cpp	Mon Jan 06 14:43:04 2020 +0500
@@ -196,7 +196,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);
 }
 
 // Test Cell Locate talking to a TCP server
@@ -227,7 +227,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);
 }
 
 // Tidy up after testing so as not to screw with the test output strings