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 6488381 commit 2b4268aCopy full SHA for 2b4268a
connectivity/drivers/cellular/TELIT/ME310/TELIT_ME310_CellularStack.cpp
@@ -440,7 +440,7 @@ nsapi_size_or_error_t TELIT_ME310_CellularStack::socket_recvfrom_impl(CellularSo
440
// read() should not fail
441
success = false;
442
}
443
- } else if (std::chrono::duration_cast<std::chrono::milliseconds>(timer.elapsed_time()) < socket_timeout) {
+ } else if (timer.elapsed_time() < socket_timeout) {
444
// Wait for URCs
445
_at.process_oob();
446
} else {
0 commit comments