We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 124fbd4 commit 99adbfaCopy full SHA for 99adbfa
connectivity/drivers/cellular/TELIT/ME310/TELIT_ME310_CellularStack.cpp
@@ -442,7 +442,7 @@ nsapi_size_or_error_t TELIT_ME310_CellularStack::socket_recvfrom_impl(CellularSo
442
// read() should not fail
443
success = false;
444
}
445
- } else if (std::chrono::duration_cast<std::chrono::milliseconds>(timer.elapsed_time()) < mbed::ME310_SOCKET_TIMEOUT) {
+ } else if (std::chrono::duration_cast<std::chrono::milliseconds>(timer.elapsed_time()) < socket_timeout) {
446
// Wait for URCs
447
_at.process_oob();
448
} else {
0 commit comments