mirror of https://github.com/ARMmbed/mbed-os.git
fixed compile errors
parent
124fbd4b79
commit
99adbfa545
|
@ -442,7 +442,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()) < mbed::ME310_SOCKET_TIMEOUT) {
|
} else if (std::chrono::duration_cast<std::chrono::milliseconds>(timer.elapsed_time()) < socket_timeout) {
|
||||||
// Wait for URCs
|
// Wait for URCs
|
||||||
_at.process_oob();
|
_at.process_oob();
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue