ublox-cellular-base

Revision:
37:a2466fcd63c3
Parent:
25:e67d3d9d2e7e
--- a/UbloxATCmdParser.cpp	Fri Nov 08 12:32:37 2019 +0500
+++ b/UbloxATCmdParser.cpp	Mon Jan 06 14:25:07 2020 +0500
@@ -41,7 +41,7 @@
             ATCmdParser::set_timeout(1000);
             while(retries--) {
                 ATCmdParser::putc('A');
-                wait_ms(10); //wait a little
+                ThisThread::sleep_for(10); //wait a little
                 if ( (ATCmdParser::send("AT")) && (ATCmdParser::recv("OK")) ) { //check if modem is awake and accepting commands
                     status = true;
                     break;