Skip to content

Commit 7d1e87a

Browse files
authored
Merge pull request #4677 from u-blox/ppp_stack_increase
Increase default PPP stack size from 512 bytes to 768 bytes.
2 parents 42548f3 + 921d1fa commit 7d1e87a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

features/FEATURE_LWIP/lwip-interface/lwipopts.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108

109109
// Thread stack size for private PPP thread
110110
#ifndef MBED_CONF_LWIP_PPP_THREAD_STACKSIZE
111-
#define MBED_CONF_LWIP_PPP_THREAD_STACKSIZE 512
111+
#define MBED_CONF_LWIP_PPP_THREAD_STACKSIZE 768
112112
#endif
113113

114114
#if LWIP_DEBUG

features/FEATURE_LWIP/lwip-interface/mbed_lib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
},
6969
"ppp-thread-stacksize": {
7070
"help": "Thread stack size for PPP",
71-
"value": 512
71+
"value": 768
7272
}
7373
}
7474
}

0 commit comments

Comments
 (0)