Update connectivity/libraries/ppp/source/ppp_service.cpp

Co-authored-by: Hugues Kamba <41612201+hugueskamba@users.noreply.github.com>
pull/13476/head
Gregor Mayramhof 2020-08-27 07:45:16 +02:00 committed by GitHub
parent 8a3425ed3d
commit 0e032eaab0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

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;
#define PPP_TERMINATION_TIMEOUT 30s;
// If both IPCP and IPCP6 are made, how long to wait for both to complete
#define PPP_IPCP_IPCP6_DELAY 5000
@ -655,4 +655,3 @@ MBED_WEAK PPP &PPP::get_default_instance()
*/
/* --------------------------------- End Of File ------------------------------ */