mirror of https://github.com/ARMmbed/mbed-os.git
resolved astyle - coding format.
parent
73116b7ce0
commit
f901436125
|
@ -25,8 +25,8 @@ static const int sslctxID = 1;
|
|||
|
||||
using namespace mbed;
|
||||
|
||||
namespace mbed{
|
||||
constexpr auto ME310_SOCKET_TIMEOUT=std::chrono::milliseconds(1000);
|
||||
namespace mbed {
|
||||
constexpr auto ME310_SOCKET_TIMEOUT = std::chrono::milliseconds(1000);
|
||||
}
|
||||
|
||||
TELIT_ME310_CellularStack::TELIT_ME310_CellularStack(ATHandler &atHandler, int cid, nsapi_ip_stack_t stack_type, AT_CellularDevice &device) :
|
||||
|
|
|
@ -60,7 +60,7 @@ extern "C" { // "pppos.h" is missing extern C
|
|||
/* Timeout to wait for PPP connection to be terminated
|
||||
* (LCP Terminate-Request is answered with Terminate-Ack)
|
||||
*/
|
||||
constexpr auto PPP_TERMINATION_TIMEOUT=30000ms;
|
||||
constexpr auto PPP_TERMINATION_TIMEOUT = 30000ms;
|
||||
|
||||
// If both IPCP and IPCP6 are made, how long to wait for both to complete
|
||||
#define PPP_IPCP_IPCP6_DELAY 5000
|
||||
|
|
Loading…
Reference in New Issue