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

Co-authored-by: Hugues Kamba <41612201+hugueskamba@users.noreply.github.com>
pull/13476/head
Gregor Mayramhof 2020-08-27 07:45:06 +02:00 committed by GitHub
parent f901436125
commit 8a3425ed3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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