Skip to content

Commit 124fbd4

Browse files
Update connectivity/drivers/cellular/TELIT/ME310/TELIT_ME310_CellularStack.cpp
Co-authored-by: Hugues Kamba <41612201+hugueskamba@users.noreply.github.com>
1 parent 4670c7f commit 124fbd4

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
@@ -28,7 +28,7 @@ using namespace std::chrono_literals;
2828

2929

3030
namespace mbed {
31-
constexpr auto ME310_SOCKET_TIMEOUT = 1s;
31+
constexpr auto socket_timeout = 1s;
3232
}
3333

3434
TELIT_ME310_CellularStack::TELIT_ME310_CellularStack(ATHandler &atHandler, int cid, nsapi_ip_stack_t stack_type, AT_CellularDevice &device) :

0 commit comments

Comments
 (0)