We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a3425e commit 0e032eaCopy full SHA for 0e032ea
connectivity/libraries/ppp/source/ppp_service.cpp
@@ -60,7 +60,7 @@ extern "C" { // "pppos.h" is missing extern C
60
/* Timeout to wait for PPP connection to be terminated
61
* (LCP Terminate-Request is answered with Terminate-Ack)
62
*/
63
-constexpr auto PPP_TERMINATION_TIMEOUT = 30000ms;
+#define PPP_TERMINATION_TIMEOUT 30s;
64
65
// If both IPCP and IPCP6 are made, how long to wait for both to complete
66
#define PPP_IPCP_IPCP6_DELAY 5000
@@ -655,4 +655,3 @@ MBED_WEAK PPP &PPP::get_default_instance()
655
656
657
/* --------------------------------- End Of File ------------------------------ */
658
-
0 commit comments