mirror of https://github.com/ARMmbed/mbed-os.git
Update connectivity/drivers/cellular/TELIT/ME310/TELIT_ME310_CellularStack.cpp
Co-authored-by: Kevin Bracey <kevin.bracey@arm.com>pull/13476/head
parent
6488381c8c
commit
2b4268ac16
|
@ -440,7 +440,7 @@ nsapi_size_or_error_t TELIT_ME310_CellularStack::socket_recvfrom_impl(CellularSo
|
||||||
// read() should not fail
|
// read() should not fail
|
||||||
success = false;
|
success = false;
|
||||||
}
|
}
|
||||||
} else if (std::chrono::duration_cast<std::chrono::milliseconds>(timer.elapsed_time()) < socket_timeout) {
|
} else if (timer.elapsed_time() < socket_timeout) {
|
||||||
// Wait for URCs
|
// Wait for URCs
|
||||||
_at.process_oob();
|
_at.process_oob();
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue