Merge pull request #4677 from u-blox/ppp_stack_increase

Increase default PPP stack size from 512 bytes to 768 bytes.
pull/4714/head
Martin Kojtal 2017-07-13 16:44:30 +02:00 committed by GitHub
commit 7d1e87a5b3
2 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@
// Thread stack size for private PPP thread // Thread stack size for private PPP thread
#ifndef MBED_CONF_LWIP_PPP_THREAD_STACKSIZE #ifndef MBED_CONF_LWIP_PPP_THREAD_STACKSIZE
#define MBED_CONF_LWIP_PPP_THREAD_STACKSIZE 512 #define MBED_CONF_LWIP_PPP_THREAD_STACKSIZE 768
#endif #endif
#if LWIP_DEBUG #if LWIP_DEBUG

View File

@ -68,7 +68,7 @@
}, },
"ppp-thread-stacksize": { "ppp-thread-stacksize": {
"help": "Thread stack size for PPP", "help": "Thread stack size for PPP",
"value": 512 "value": 768
} }
} }
} }