mirror of https://github.com/ARMmbed/mbed-os.git
Increased PPP stack size based on testing
Increased stack size from 768 to 816.pull/10974/head
parent
3951422824
commit
3b20d9ea42
|
|
@ -25,7 +25,7 @@
|
||||||
},
|
},
|
||||||
"thread-stacksize": {
|
"thread-stacksize": {
|
||||||
"help": "Thread stack size for PPP",
|
"help": "Thread stack size for PPP",
|
||||||
"value": 768
|
"value": 816
|
||||||
},
|
},
|
||||||
"mbed-event-queue": {
|
"mbed-event-queue": {
|
||||||
"help": "Use mbed event queue instead of PPP thread",
|
"help": "Use mbed event queue instead of PPP thread",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue