mirror of https://github.com/ARMmbed/mbed-os.git
Update connectivity/drivers/cellular/TELIT/ME310/TELIT_ME310_CellularStack.cpp
Co-authored-by: Hugues Kamba <41612201+hugueskamba@users.noreply.github.com>pull/13476/head
parent
f901436125
commit
8a3425ed3d
|
|
@ -26,7 +26,7 @@ static const int sslctxID = 1;
|
|||
using namespace mbed;
|
||||
|
||||
namespace mbed {
|
||||
constexpr auto ME310_SOCKET_TIMEOUT = std::chrono::milliseconds(1000);
|
||||
constexpr auto ME310_SOCKET_TIMEOUT = 1s;
|
||||
}
|
||||
|
||||
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
|
|||
|
||||
return ret;
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue