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
99adbfa545
commit
65fa697ca9
|
@ -27,9 +27,7 @@ using namespace mbed;
|
|||
using namespace std::chrono_literals;
|
||||
|
||||
|
||||
namespace mbed {
|
||||
constexpr auto socket_timeout = 1s;
|
||||
}
|
||||
|
||||
TELIT_ME310_CellularStack::TELIT_ME310_CellularStack(ATHandler &atHandler, int cid, nsapi_ip_stack_t stack_type, AT_CellularDevice &device) :
|
||||
AT_CellularStack(atHandler, cid, stack_type, device)
|
||||
|
|
Loading…
Reference in New Issue