Skip to content

Commit 2b4268a

Browse files
talorionkjbracey
andauthored
Update connectivity/drivers/cellular/TELIT/ME310/TELIT_ME310_CellularStack.cpp
Co-authored-by: Kevin Bracey <kevin.bracey@arm.com>
1 parent 6488381 commit 2b4268a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connectivity/drivers/cellular/TELIT/ME310/TELIT_ME310_CellularStack.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ nsapi_size_or_error_t TELIT_ME310_CellularStack::socket_recvfrom_impl(CellularSo
440440
// read() should not fail
441441
success = false;
442442
}
443-
} else if (std::chrono::duration_cast<std::chrono::milliseconds>(timer.elapsed_time()) < socket_timeout) {
443+
} else if (timer.elapsed_time() < socket_timeout) {
444444
// Wait for URCs
445445
_at.process_oob();
446446
} else {

0 commit comments

Comments
 (0)