resolved astyle - coding format.

pull/13476/head
talorion 2020-08-26 20:21:58 +02:00
parent 73116b7ce0
commit f901436125
2 changed files with 3 additions and 3 deletions

View File

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

View File

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