Skip to content

Commit 99adbfa

Browse files
committed
fixed compile errors
1 parent 124fbd4 commit 99adbfa

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
@@ -442,7 +442,7 @@ nsapi_size_or_error_t TELIT_ME310_CellularStack::socket_recvfrom_impl(CellularSo
442442
// read() should not fail
443443
success = false;
444444
}
445-
} else if (std::chrono::duration_cast<std::chrono::milliseconds>(timer.elapsed_time()) < mbed::ME310_SOCKET_TIMEOUT) {
445+
} else if (std::chrono::duration_cast<std::chrono::milliseconds>(timer.elapsed_time()) < socket_timeout) {
446446
// Wait for URCs
447447
_at.process_oob();
448448
} else {

0 commit comments

Comments
 (0)