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
4670c7f2c4
commit
124fbd4b79
|
|
@ -28,7 +28,7 @@ using namespace std::chrono_literals;
|
||||||
|
|
||||||
|
|
||||||
namespace mbed {
|
namespace mbed {
|
||||||
constexpr auto ME310_SOCKET_TIMEOUT = 1s;
|
constexpr auto socket_timeout = 1s;
|
||||||
}
|
}
|
||||||
|
|
||||||
TELIT_ME310_CellularStack::TELIT_ME310_CellularStack(ATHandler &atHandler, int cid, nsapi_ip_stack_t stack_type, AT_CellularDevice &device) :
|
TELIT_ME310_CellularStack::TELIT_ME310_CellularStack(ATHandler &atHandler, int cid, nsapi_ip_stack_t stack_type, AT_CellularDevice &device) :
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue