Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #4677 from u-blox/ppp_stack_increase
Increase default PPP stack size from 512 bytes to 768 bytes.
  • Loading branch information
0xc0170 committed Jul 13, 2017
2 parents 42548f3 + 921d1fa commit 7d1e87a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/FEATURE_LWIP/lwip-interface/lwipopts.h
Expand Up @@ -108,7 +108,7 @@

// Thread stack size for private PPP thread
#ifndef MBED_CONF_LWIP_PPP_THREAD_STACKSIZE
#define MBED_CONF_LWIP_PPP_THREAD_STACKSIZE 512
#define MBED_CONF_LWIP_PPP_THREAD_STACKSIZE 768
#endif

#if LWIP_DEBUG
Expand Down
2 changes: 1 addition & 1 deletion features/FEATURE_LWIP/lwip-interface/mbed_lib.json
Expand Up @@ -68,7 +68,7 @@
},
"ppp-thread-stacksize": {
"help": "Thread stack size for PPP",
"value": 512
"value": 768
}
}
}

0 comments on commit 7d1e87a

Please sign in to comment.