Skip to content

Commit 8a3425e

Browse files
Update connectivity/drivers/cellular/TELIT/ME310/TELIT_ME310_CellularStack.cpp
Co-authored-by: Hugues Kamba <[email protected]>
1 parent f901436 commit 8a3425e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ static const int sslctxID = 1;
2626
using namespace mbed;
2727

2828
namespace mbed {
29-
constexpr auto ME310_SOCKET_TIMEOUT = std::chrono::milliseconds(1000);
29+
constexpr auto ME310_SOCKET_TIMEOUT = 1s;
3030
}
3131

3232
TELIT_ME310_CellularStack::TELIT_ME310_CellularStack(ATHandler &atHandler, int cid, nsapi_ip_stack_t stack_type, AT_CellularDevice &device) :
@@ -643,4 +643,4 @@ nsapi_error_t TELIT_ME310_CellularStack::setsockopt(nsapi_socket_t handle, int l
643643

644644
return ret;
645645
}
646-
#endif
646+
#endif

0 commit comments

Comments
 (0)